#09080C

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

Shades of Black Russian #09080C

Tints of Black Russian #09080C

Color information

#09080C (or 0x09080C) is unknown color: approx Black Russian. HEX triplet: 09, 08 and 0C. RGB value is (9,8,12). Sum of RGB (Red+Green+Blue) = 9+8+12=29 (3% of max value = 765). Red value is 9 (3.91% from 255 or 31.03% from 29); Green value is 8 (3.52% from 255 or 27.59% from 29); Blue value is 12 (5.08% from 255 or 41.38% from 29); Max value from RGB is 12 - color contains mainly: blue. Hex color #09080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09080C is #F6F7F3. Grayscale: #080808. Windows color (decimal): -16185332 or 788489. OLE color: 788489.

HSL color Cylindrical-coordinate representation of color #09080C: hue angle of 255º degrees, saturation: 0.2, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #09080C is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB9812-
CMYK0.250.3300.95
HSL255º20%3.92%-
HSV(B)255º33.33%4.71%-
XYZ0.270.260.38-
YUV8.75129.83128.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 31.03%
GREEN value IS 8 (3.52% from 255) = 27.59%
BLUE value IS 12 (5.08% from 255) = 41.38%
R=31.03%
G=27.59%
B=41.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal98120.250.3300.95255203.92
Hex98C192105Fff144
Octal11101431410137377244
Binary10011000110011001100001010111111111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09080C; }

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

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

<style>
 a { background-color: #09080C; }

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

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

<style>
 span { border-color: #09080C; }

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

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