#0C0A13

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

Shades of Black Russian #0C0A13

Tints of Black Russian #0C0A13

Color information

#0C0A13 (or 0x0C0A13) is unknown color: approx Black Russian. HEX triplet: 0C, 0A and 13. RGB value is (12,10,19). Sum of RGB (Red+Green+Blue) = 12+10+19=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 10 (4.30% from 255 or 24.39% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 19 - color contains mainly: blue. Hex color #0C0A13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0A13 is #F3F5EC. Grayscale: #0B0B0B. Windows color (decimal): -15988205 or 1247756. OLE color: 1247756.

HSL color Cylindrical-coordinate representation of color #0C0A13: hue angle of 253.33º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0C0A13 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB121019-
CMYK0.370.4700.93
HSL253.33º31.03%5.69%-
HSV(B)253.33º47.37%7.45%-
XYZ0.380.340.66-
YUV11.62132.16128.27-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 29.27%
GREEN value IS 10 (4.30% from 255) = 24.39%
BLUE value IS 19 (7.81% from 255) = 46.34%
R=29.27%
G=24.39%
B=46.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1210190.370.4700.93253.3331.035.69
HexCA13252F05Dfd1f6
Octal14122345570135375376
Binary1100101010011100101101111010111011111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,10,19); }

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

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

 a { background-color: rgb(12,10,19); }

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

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

 span { border-color: rgb(12,10,19); }

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