Html Css Color HEX #09080E Black Russian

📋 copy color: '#09080E'

red 9 ◦ green 8 ◦ blue 14

#09080E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #09080E

Tints of Black Russian #09080E

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 value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#09080E (or 0x09080E) is known color: 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

RGB 9 8 14 -
CMYK 0.36 0.43 0 0.95
HSL 250º 0.27% 0.04% -
HSV(B) 250º 0.43% 0.05% -
XYZ 0.28 0.26 0.45 -
YUV 8.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 9 8 14 0.36 0.43 0 0.95 250 0.27 0.04
Hex 9 8 E 24 2B 0 5F FA 1B 4
Octal 11 10 16 44 53 0 137 372 33 4
Binary 1001 1000 1110 100100 101011 0 1011111 11111010 11011 100

Color Harmonies of #09080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09080E

Black with #09080E

Text Example


Text Example

White with #09080E

Text Example


Text Example

HTML Codes & Css Web 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>