Html Css Color HEX #090408 Melanzane

📋 copy color: '#090408'

red 9 ◦ green 4 ◦ blue 8

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

Shades of Melanzane #090408

Tints of Melanzane #090408

RGB

 RED value IS 9 (3.91% from 255) = 42.86%

 GREEN value IS 4 (1.95% from 255) = 19.05%

 BLUE value IS 8 (3.52% from 255) = 38.1%

R = 42.86%
G = 19.05%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.96

RGB Variations

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

Color information

#090408 (or 0x090408) is known color: Melanzane. HEX triplet: 09, 04 and 08. RGB value is (9,4,8). Sum of RGB (Red+Green+Blue) = 9+4+8=21 (2% of max value = 765). Red value is 9 (3.91% from 255 or 42.86% from 21); Green value is 4 (1.95% from 255 or 19.05% from 21); Blue value is 8 (3.52% from 255 or 38.10% from 21); Max value from RGB is 9 - color contains mainly: red. Hex color #090408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090408 is #F6FBF7. Grayscale: #050505. Windows color (decimal): -16186360 or 525321. OLE color: 525321.

HSL color Cylindrical-coordinate representation of color #090408: hue angle of 312º degrees, saturation: 0.38, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #090408 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.96.

Color convert

RGB 9 4 8 -
CMYK 0 0.56 0.11 0.96
HSL 312º 0.38% 0.03% -
HSV(B) 312º 0.56% 0.04% -
XYZ 0.2 0.16 0.25 -
YUV 5.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 9 4 8 0 0.56 0.11 0.96 312 0.38 0.03
Hex 9 4 8 0 38 B 60 138 26 3
Octal 11 4 10 0 70 13 140 470 46 3
Binary 1001 100 1000 0 111000 1011 1100000 100111000 100110 11

Color Harmonies of #090408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090408

Black with #090408

Text Example


Text Example

White with #090408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090408; }

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

 H1.HeaderClassName
 {
   color: #090408;
 }
 .AnyTagClassName
 {
   color: #090408;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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