#09090C

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

Shades of Black Russian #09090C

Tints of Black Russian #09090C

Color information

#09090C (or 0x09090C) is unknown color: approx Black Russian. HEX triplet: 09, 09 and 0C. RGB value is (9,9,12). Sum of RGB (Red+Green+Blue) = 9+9+12=30 (3% of max value = 765). Red value is 9 (3.91% from 255 or 30% from 30); Green value is 9 (3.91% from 255 or 30% from 30); Blue value is 12 (5.08% from 255 or 40% from 30); Max value from RGB is 12 - color contains mainly: blue. Hex color #09090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09090C is #F6F6F3. Grayscale: #090909. Windows color (decimal): -16185076 or 788745. OLE color: 788745.

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

Color convert

RGB9912-
CMYK0.250.2500.95
HSL240º14.29%4.12%-
HSV(B)240º25%4.71%-
XYZ0.280.280.39-
YUV9.34129.5127.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 30%
GREEN value IS 9 (3.91% from 255) = 30%
BLUE value IS 12 (5.08% from 255) = 40%
R=30%
G=30%
B=40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal99120.250.2500.9524014.294.12
Hex99C191905Ff0e4
Octal11111431310137360164
Binary100110011100110011100101011111111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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