#0C0F17

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

Shades of Black Russian #0C0F17

Tints of Black Russian #0C0F17

Color information

#0C0F17 (or 0x0C0F17) is unknown color: approx Black Russian. HEX triplet: 0C, 0F and 17. RGB value is (12,15,23). Sum of RGB (Red+Green+Blue) = 12+15+23=50 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 23 (9.38% from 255 or 46% from 50); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C0F17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0F17 is #F3F0E8. Grayscale: #0E0E0E. Windows color (decimal): -15986921 or 1511180. OLE color: 1511180.

HSL color Cylindrical-coordinate representation of color #0C0F17: hue angle of 223.64º 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 #0C0F17 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB121523-
CMYK0.480.3500.91
HSL223.64º31.43%6.86%-
HSV(B)223.64º47.83%9.02%-
XYZ0.480.480.88-
YUV15.02132.51125.85-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 24%
GREEN value IS 15 (6.25% from 255) = 30%
BLUE value IS 23 (9.38% from 255) = 46%
R=24%
G=30%
B=46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1215230.480.3500.91223.6431.436.86
HexCF17302305Be01f7
Octal14172760430133340377
Binary1100111110111110000100011010110111110000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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