#230C3B

Color #230C3B Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #230C3B

Tints of Blackcurrant #230C3B

Color information

#230C3B (or 0x230C3B) is unknown color: approx Blackcurrant. HEX triplet: 23, 0C and 3B. RGB value is (35,12,59). Sum of RGB (Red+Green+Blue) = 35+12+59=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 59 (23.44% from 255 or 55.66% from 106); Max value from RGB is 59 - color contains mainly: blue. Hex color #230C3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C3B is #DCF3C4. Grayscale: #181818. Windows color (decimal): -14480325 or 3869731. OLE color: 3869731.

HSL color Cylindrical-coordinate representation of color #230C3B: hue angle of 269.36º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #230C3B is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB351259-
CMYK0.410.8000.77
HSL269.36º66.2%13.92%-
HSV(B)269.36º79.66%23.14%-
XYZ1.610.944.23-
YUV24.24147.62135.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 33.02%
GREEN value IS 12 (5.08% from 255) = 11.32%
BLUE value IS 59 (23.44% from 255) = 55.66%
R=33.02%
G=11.32%
B=55.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3512590.410.8000.77269.3666.213.92
Hex23C3B295004D10d42e
Octal43147351120011541510216
Binary100011110011101110100110100000100110110000110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230C3B; }

 p { color: rgb(35,12,59); }

 H1.HeaderClassName
 {
   color: #230C3B;
 }
 .AnyTagClassName
 {
   color: #230C3B;
 }
</style>
background-color css

<style>
 a { background-color: #230C3B; }

 a { background-color: rgb(35,12,59); }

 div.DivClassName
 {
   background-color: #230C3B;
 }
 .BgClassName
 {
   background-color: #230C3B;
 }
</style>
border-color css

<style>
 span { border-color: #230C3B; }

 span { border-color: rgb(35,12,59); }

 td.TdClassName
 {
   border-color: #230C3B;
 }
 .TagClassName
 {
   border-color: #230C3B;
 }
</style>