Html Css Color HEX #0A0308 Melanzane

📋 copy color: '#0A0308'

red 10 ◦ green 3 ◦ blue 8

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

Shades of Melanzane #0A0308

Tints of Melanzane #0A0308

RGB

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

 GREEN value IS 3 (1.56% from 255) = 14.29%

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

R = 47.62%
G = 14.29%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.2

 K value IS 0.96

RGB Variations

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

Color information

#0A0308 (or 0x0A0308) is known color: Melanzane. HEX triplet: 0A, 03 and 08. RGB value is (10,3,8). Sum of RGB (Red+Green+Blue) = 10+3+8=21 (2% of max value = 765). Red value is 10 (4.30% from 255 or 47.62% from 21); Green value is 3 (1.56% from 255 or 14.29% from 21); Blue value is 8 (3.52% from 255 or 38.10% from 21); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0308 is #F5FCF7. Grayscale: #050505. Windows color (decimal): -16121080 or 525066. OLE color: 525066.

HSL color Cylindrical-coordinate representation of color #0A0308: hue angle of 317.14º degrees, saturation: 0.54, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0A0308 is Cyan = 0, Magento = 0.70, Yellow = 0.2 and Black (K on CMYK) = 0.96.

Color convert

RGB 10 3 8 -
CMYK 0 0.70 0.2 0.96
HSL 317.14º 0.54% 0.03% -
HSV(B) 317.14º 0.7% 0.04% -
XYZ 0.2 0.15 0.25 -
YUV 5.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 10 3 8 0 0.70 0.2 0.96 317.14 0.54 0.03
Hex A 3 8 0 46 14 60 13D 36 3
Octal 12 3 10 0 106 24 140 475 66 3
Binary 1010 11 1000 0 1000110 10100 1100000 100111101 110110 11

Color Harmonies of #0A0308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0308

Black with #0A0308

Text Example


Text Example

White with #0A0308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,3,8); }

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

background-color css

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

 a { background-color: rgb(10,3,8); }

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

border-color css

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

 span { border-color: rgb(10,3,8); }

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