#0C0E17

Color #0C0E17 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #0C0E17

Tints of Black Russian #0C0E17

Color information

#0C0E17 (or 0x0C0E17) is unknown color: approx Black Russian. HEX triplet: 0C, 0E and 17. RGB value is (12,14,23). Sum of RGB (Red+Green+Blue) = 12+14+23=49 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24.49% from 49); Green value is 14 (5.86% from 255 or 28.57% from 49); Blue value is 23 (9.38% from 255 or 46.94% from 49); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C0E17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0E17 is #F3F1E8. Grayscale: #0E0E0E. Windows color (decimal): -15987177 or 1510924. OLE color: 1510924.

HSL color Cylindrical-coordinate representation of color #0C0E17: hue angle of 229.09º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0C0E17 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB121423-
CMYK0.480.3900.91
HSL229.09º31.43%6.86%-
HSV(B)229.09º47.83%9.02%-
XYZ0.460.450.87-
YUV14.43132.84126.27-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 24.49%
GREEN value IS 14 (5.86% from 255) = 28.57%
BLUE value IS 23 (9.38% from 255) = 46.94%
R=24.49%
G=28.57%
B=46.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1214230.480.3900.91229.0931.436.86
HexCE17302705Be51f7
Octal14162760470133345377
Binary1100111010111110000100111010110111110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C0E17; }

 p { color: rgb(12,14,23); }

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

<style>
 a { background-color: #0C0E17; }

 a { background-color: rgb(12,14,23); }

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

<style>
 span { border-color: #0C0E17; }

 span { border-color: rgb(12,14,23); }

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