#090814

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

Shades of Black Russian #090814

Tints of Black Russian #090814

Color information

#090814 (or 0x090814) is unknown color: approx Black Russian. HEX triplet: 09, 08 and 14. RGB value is (9,8,20). Sum of RGB (Red+Green+Blue) = 9+8+20=37 (4% of max value = 765). Red value is 9 (3.91% from 255 or 24.32% from 37); Green value is 8 (3.52% from 255 or 21.62% from 37); Blue value is 20 (8.20% from 255 or 54.05% from 37); Max value from RGB is 20 - color contains mainly: blue. Hex color #090814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090814 is #F6F7EB. Grayscale: #090909. Windows color (decimal): -16185324 or 1312777. OLE color: 1312777.

HSL color Cylindrical-coordinate representation of color #090814: hue angle of 245º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #090814 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB9820-
CMYK0.550.6000.92
HSL245º42.86%5.49%-
HSV(B)245º60%7.84%-
XYZ0.330.280.7-
YUV9.67133.83127.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 24.32%
GREEN value IS 8 (3.52% from 255) = 21.62%
BLUE value IS 20 (8.20% from 255) = 54.05%
R=24.32%
G=21.62%
B=54.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal98200.550.6000.9224542.865.49
Hex9814373C05Cf52b5
Octal11102467740134365535
Binary10011000101001101111111000101110011110101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090814; }

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

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

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

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

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

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

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

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