#0C1017

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

Shades of Black Russian #0C1017

Tints of Black Russian #0C1017

Color information

#0C1017 (or 0x0C1017) is unknown color: approx Black Russian. HEX triplet: 0C, 10 and 17. RGB value is (12,16,23). Sum of RGB (Red+Green+Blue) = 12+16+23=51 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.53% from 51); Green value is 16 (6.64% from 255 or 31.37% from 51); Blue value is 23 (9.38% from 255 or 45.10% from 51); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C1017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1017 is #F3EFE8. Grayscale: #0F0F0F. Windows color (decimal): -15986665 or 1511436. OLE color: 1511436.

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

Color convert

RGB121623-
CMYK0.480.3000.91
HSL218.18º31.43%6.86%-
HSV(B)218.18º47.83%9.02%-
XYZ0.490.510.88-
YUV15.6132.17125.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 23.53%
GREEN value IS 16 (6.64% from 255) = 31.37%
BLUE value IS 23 (9.38% from 255) = 45.10%
R=23.53%
G=31.37%
B=45.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1216230.480.3000.91218.1831.436.86
HexC1017301E05Bda1f7
Octal14202760360133332377
Binary1100100001011111000011110010110111101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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