#0C091C

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

Shades of Black Russian #0C091C

Tints of Black Russian #0C091C

Color information

#0C091C (or 0x0C091C) is unknown color: approx Black Russian. HEX triplet: 0C, 09 and 1C. RGB value is (12,9,28). Sum of RGB (Red+Green+Blue) = 12+9+28=49 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24.49% from 49); Green value is 9 (3.91% from 255 or 18.37% from 49); Blue value is 28 (11.33% from 255 or 57.14% from 49); Max value from RGB is 28 - color contains mainly: blue. Hex color #0C091C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C091C is #F3F6E3. Grayscale: #0B0B0B. Windows color (decimal): -15988452 or 1837324. OLE color: 1837324.

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

Color convert

RGB12928-
CMYK0.570.6800.89
HSL249.47º51.35%7.25%-
HSV(B)249.47º67.86%10.98%-
XYZ0.460.361.14-
YUV12.06136.99127.96-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 24.49%
GREEN value IS 9 (3.91% from 255) = 18.37%
BLUE value IS 28 (11.33% from 255) = 57.14%
R=24.49%
G=18.37%
B=57.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal129280.570.6800.89249.4751.357.25
HexC91C3944059f9337
Octal141134711040131371637
Binary110010011110011100110001000101100111111001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,9,28); }

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

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

 a { background-color: rgb(12,9,28); }

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

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

 span { border-color: rgb(12,9,28); }

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