#0A0308

Color #0A0308 Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #0A0308

Tints of Melanzane #0A0308

Color information

#0A0308 (or 0x0A0308) is unknown color: approx 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

RGB1038-
CMYK00.700.20.96
HSL317.14º53.85%2.55%-
HSV(B)317.14º70%3.92%-
XYZ0.20.150.25-
YUV5.66129.32131.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 47.62%
GREEN value IS 3 (1.56% from 255) = 14.29%
BLUE value IS 8 (3.52% from 255) = 38.10%
R=47.62%
G=14.29%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.2
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal103800.700.20.96317.1453.852.55
HexA38046146013d363
Octal12310010624140475663
Binary10101110000100011010100110000010011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>