Html Css Color HEX #0A0409 Melanzane

📋 copy color: '#0A0409'

red 10 ◦ green 4 ◦ blue 9

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

Shades of Melanzane #0A0409

Tints of Melanzane #0A0409

RGB

 RED value IS 10 (4.3% from 255) = 43.48%

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

 BLUE value IS 9 (3.91% from 255) = 39.13%

R = 43.48%
G = 17.39%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.10

 K value IS 0.96

RGB Variations

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

Color information

#0A0409 (or 0x0A0409) is known color: Melanzane. HEX triplet: 0A, 04 and 09. RGB value is (10,4,9). Sum of RGB (Red+Green+Blue) = 10+4+9=23 (3% of max value = 765). Red value is 10 (4.30% from 255 or 43.48% from 23); Green value is 4 (1.95% from 255 or 17.39% from 23); Blue value is 9 (3.91% from 255 or 39.13% from 23); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0409 is #F5FBF6. Grayscale: #060606. Windows color (decimal): -16120823 or 590858. OLE color: 590858.

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

Color convert

RGB 10 4 9 -
CMYK 0 0.6 0.10 0.96
HSL 310º 0.43% 0.03% -
HSV(B) 310º 0.6% 0.04% -
XYZ 0.22 0.17 0.28 -
YUV 6.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 10 4 9 0 0.6 0.10 0.96 310 0.43 0.03
Hex A 4 9 0 3C A 60 136 2B 3
Octal 12 4 11 0 74 12 140 466 53 3
Binary 1010 100 1001 0 111100 1010 1100000 100110110 101011 11

Color Harmonies of #0A0409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0409

Black with #0A0409

Text Example


Text Example

White with #0A0409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A0409; }

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

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

background-color css

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

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

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

border-color css

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

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

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