#0C081B

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

Shades of Black Russian #0C081B

Tints of Black Russian #0C081B

Color information

#0C081B (or 0x0C081B) is unknown color: approx Black Russian. HEX triplet: 0C, 08 and 1B. RGB value is (12,8,27). Sum of RGB (Red+Green+Blue) = 12+8+27=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 27 (10.94% from 255 or 57.45% from 47); Max value from RGB is 27 - color contains mainly: blue. Hex color #0C081B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C081B is #F3F7E4. Grayscale: #0B0B0B. Windows color (decimal): -15988709 or 1771532. OLE color: 1771532.

HSL color Cylindrical-coordinate representation of color #0C081B: hue angle of 252.63º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0C081B is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB12827-
CMYK0.560.7000.89
HSL252.63º54.29%6.86%-
HSV(B)252.63º70.37%10.59%-
XYZ0.440.331.08-
YUV11.36136.83128.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 25.53%
GREEN value IS 8 (3.52% from 255) = 17.02%
BLUE value IS 27 (10.94% from 255) = 57.45%
R=25.53%
G=17.02%
B=57.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal128270.560.7000.89252.6354.296.86
HexC81B3846059fd367
Octal141033701060131375667
Binary110010001101111100010001100101100111111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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