Html Css Color HEX #0A0709 Melanzane

📋 copy color: '#0A0709'

red 10 ◦ green 7 ◦ blue 9

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

Shades of Melanzane #0A0709

Tints of Melanzane #0A0709

RGB

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

 GREEN value IS 7 (3.13% from 255) = 26.92%

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

R = 38.46%
G = 26.92%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.96

RGB Variations

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

Color information

#0A0709 (or 0x0A0709) is known color: Melanzane. HEX triplet: 0A, 07 and 09. RGB value is (10,7,9). Sum of RGB (Red+Green+Blue) = 10+7+9=26 (3% of max value = 765). Red value is 10 (4.30% from 255 or 38.46% from 26); Green value is 7 (3.12% from 255 or 26.92% from 26); Blue value is 9 (3.91% from 255 or 34.62% from 26); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0709 is #F5F8F6. Grayscale: #080808. Windows color (decimal): -16120055 or 591626. OLE color: 591626.

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

Color convert

RGB 10 7 9 -
CMYK 0 0.30 0.10 0.96
HSL 320º 0.18% 0.03% -
HSV(B) 320º 0.3% 0.04% -
XYZ 0.25 0.24 0.29 -
YUV 8.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 10 7 9 0 0.30 0.10 0.96 320 0.18 0.03
Hex A 7 9 0 1E A 60 140 12 3
Octal 12 7 11 0 36 12 140 500 22 3
Binary 1010 111 1001 0 11110 1010 1100000 101000000 10010 11

Color Harmonies of #0A0709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0709

Black with #0A0709

Text Example


Text Example

White with #0A0709

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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