Html Css Color HEX #0A0108 Melanzane

📋 copy color: '#0A0108'

red 10 ◦ green 1 ◦ blue 8

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

Shades of Melanzane #0A0108

Tints of Melanzane #0A0108

RGB

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

 GREEN value IS 1 (0.78% from 255) = 5.26%

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

R = 52.63%
G = 5.26%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.2

 K value IS 0.96

RGB Variations

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

Color information

#0A0108 (or 0x0A0108) is known color: Melanzane. HEX triplet: 0A, 01 and 08. RGB value is (10,1,8). Sum of RGB (Red+Green+Blue) = 10+1+8=19 (2% of max value = 765). Red value is 10 (4.30% from 255 or 52.63% from 19); Green value is 1 (0.78% from 255 or 5.26% from 19); Blue value is 8 (3.52% from 255 or 42.11% from 19); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0108 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0108 is #F5FEF7. Grayscale: #040404. Windows color (decimal): -16121592 or 524554. OLE color: 524554.

HSL color Cylindrical-coordinate representation of color #0A0108: hue angle of 313.33º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A0108 is Cyan = 0, Magento = 0.90, Yellow = 0.2 and Black (K on CMYK) = 0.96.

Color convert

RGB 10 1 8 -
CMYK 0 0.90 0.2 0.96
HSL 313.33º 0.82% 0.02% -
HSV(B) 313.33º 0.9% 0.04% -
XYZ 0.18 0.1 0.24 -
YUV 4.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 10 1 8 0 0.90 0.2 0.96 313.33 0.82 0.02
Hex A 1 8 0 5A 14 60 139 52 2
Octal 12 1 10 0 132 24 140 471 122 2
Binary 1010 1 1000 0 1011010 10100 1100000 100111001 1010010 10

Color Harmonies of #0A0108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0108

Black with #0A0108

Text Example


Text Example

White with #0A0108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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