#09080E

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

Shades of Black Russian #09080E

Tints of Black Russian #09080E

Color information

#09080E (or 0x09080E) is unknown color: approx Black Russian. HEX triplet: 09, 08 and 0E. RGB value is (9,8,14). Sum of RGB (Red+Green+Blue) = 9+8+14=31 (4% of max value = 765). Red value is 9 (3.91% from 255 or 29.03% from 31); Green value is 8 (3.52% from 255 or 25.81% from 31); Blue value is 14 (5.86% from 255 or 45.16% from 31); Max value from RGB is 14 - color contains mainly: blue. Hex color #09080E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09080E is #F6F7F1. Grayscale: #080808. Windows color (decimal): -16185330 or 919561. OLE color: 919561.

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

Color convert

RGB9814-
CMYK0.360.4300.95
HSL250º27.27%4.31%-
HSV(B)250º42.86%5.49%-
XYZ0.280.260.45-
YUV8.98130.83128.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 29.03%
GREEN value IS 8 (3.52% from 255) = 25.81%
BLUE value IS 14 (5.86% from 255) = 45.16%
R=29.03%
G=25.81%
B=45.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal98140.360.4300.9525027.274.31
Hex98E242B05Ffa1b4
Octal11101644530137372334
Binary100110001110100100101011010111111111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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