#0C081D

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

Shades of Black Russian #0C081D

Tints of Black Russian #0C081D

Color information

#0C081D (or 0x0C081D) is unknown color: approx Black Russian. HEX triplet: 0C, 08 and 1D. RGB value is (12,8,29). Sum of RGB (Red+Green+Blue) = 12+8+29=49 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24.49% from 49); Green value is 8 (3.52% from 255 or 16.33% from 49); Blue value is 29 (11.72% from 255 or 59.18% from 49); Max value from RGB is 29 - color contains mainly: blue. Hex color #0C081D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C081D is #F3F7E2. Grayscale: #0B0B0B. Windows color (decimal): -15988707 or 1902604. OLE color: 1902604.

HSL color Cylindrical-coordinate representation of color #0C081D: hue angle of 251.43º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0C081D is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB12829-
CMYK0.590.7200.89
HSL251.43º56.76%7.25%-
HSV(B)251.43º72.41%11.37%-
XYZ0.460.341.2-
YUV11.59137.83128.29-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 24.49%
GREEN value IS 8 (3.52% from 255) = 16.33%
BLUE value IS 29 (11.72% from 255) = 59.18%
R=24.49%
G=16.33%
B=59.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal128290.590.7200.89251.4356.767.25
HexC81D3B48059fb397
Octal141035731100131373717
Binary110010001110111101110010000101100111111011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,8,29); }

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

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

 a { background-color: rgb(12,8,29); }

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

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

 span { border-color: rgb(12,8,29); }

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