Html Css Color HEX #0A0207 Melanzane

📋 copy color: '#0A0207'

red 10 ◦ green 2 ◦ blue 7

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

Shades of Melanzane #0A0207

Tints of Melanzane #0A0207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 10.53%

 BLUE value IS 7 (3.13% from 255) = 36.84%

R = 52.63%
G = 10.53%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.30

 K value IS 0.96

RGB Variations

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

Color information

#0A0207 (or 0x0A0207) is known color: Melanzane. HEX triplet: 0A, 02 and 07. RGB value is (10,2,7). Sum of RGB (Red+Green+Blue) = 10+2+7=19 (2% of max value = 765). Red value is 10 (4.30% from 255 or 52.63% from 19); Green value is 2 (1.17% from 255 or 10.53% from 19); Blue value is 7 (3.12% from 255 or 36.84% from 19); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0207 is #F5FDF8. Grayscale: #040404. Windows color (decimal): -16121337 or 459274. OLE color: 459274.

HSL color Cylindrical-coordinate representation of color #0A0207: hue angle of 322.5º degrees, saturation: 0.67, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A0207 is Cyan = 0, Magento = 0.8, Yellow = 0.30 and Black (K on CMYK) = 0.96.

Color convert

RGB 10 2 7 -
CMYK 0 0.8 0.30 0.96
HSL 322.5º 0.67% 0.02% -
HSV(B) 322.5º 0.8% 0.04% -
XYZ 0.19 0.12 0.22 -
YUV 4.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 10 2 7 0 0.8 0.30 0.96 322.5 0.67 0.02
Hex A 2 7 0 50 1E 60 142 43 2
Octal 12 2 7 0 120 36 140 502 103 2
Binary 1010 10 111 0 1010000 11110 1100000 101000010 1000011 10

Color Harmonies of #0A0207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0207

Black with #0A0207

Text Example


Text Example

White with #0A0207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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