#0C1019

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

Shades of Black Russian #0C1019

Tints of Black Russian #0C1019

Color information

#0C1019 (or 0x0C1019) is unknown color: approx Black Russian. HEX triplet: 0C, 10 and 19. RGB value is (12,16,25). Sum of RGB (Red+Green+Blue) = 12+16+25=53 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.64% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 25 (10.16% from 255 or 47.17% from 53); Max value from RGB is 25 - color contains mainly: blue. Hex color #0C1019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1019 is #F3EFE6. Grayscale: #0F0F0F. Windows color (decimal): -15986663 or 1642508. OLE color: 1642508.

HSL color Cylindrical-coordinate representation of color #0C1019: hue angle of 221.54º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0C1019 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB121625-
CMYK0.520.3600.90
HSL221.54º35.14%7.25%-
HSV(B)221.54º52%9.8%-
XYZ0.510.520.99-
YUV15.83133.17125.27-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 22.64%
GREEN value IS 16 (6.64% from 255) = 30.19%
BLUE value IS 25 (10.16% from 255) = 47.17%
R=22.64%
G=30.19%
B=47.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1216250.520.3600.90221.5435.147.25
HexC1019342405Ade237
Octal14203164440132336437
Binary110010000110011101001001000101101011011110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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