Html Css Color HEX #09080C Black Russian

📋 copy color: '#09080C'

red 9 ◦ green 8 ◦ blue 12

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

Shades of Black Russian #09080C

Tints of Black Russian #09080C

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

 M value IS 0.33

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

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

RGB 9 8 12 -
CMYK 0.25 0.33 0 0.95
HSL 255º 0.2% 0.04% -
HSV(B) 255º 0.33% 0.05% -
XYZ 0.27 0.26 0.38 -
YUV 8.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 9 8 12 0.25 0.33 0 0.95 255 0.2 0.04
Hex 9 8 C 19 21 0 5F FF 14 4
Octal 11 10 14 31 41 0 137 377 24 4
Binary 1001 1000 1100 11001 100001 0 1011111 11111111 10100 100

Color Harmonies of #09080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09080C

Black with #09080C

Text Example


Text Example

White with #09080C

Text Example


Text Example

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