Html Css Color HEX #0A0107 Melanzane

📋 copy color: '#0A0107'

red 10 ◦ green 1 ◦ blue 7

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

Shades of Melanzane #0A0107

Tints of Melanzane #0A0107

RGB

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

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

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

R = 55.56%
G = 5.56%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.96

RGB Variations

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

Color information

#0A0107 (or 0x0A0107) is known color: Melanzane. HEX triplet: 0A, 01 and 07. RGB value is (10,1,7). Sum of RGB (Red+Green+Blue) = 10+1+7=18 (2% of max value = 765). Red value is 10 (4.30% from 255 or 55.56% from 18); Green value is 1 (0.78% from 255 or 5.56% from 18); Blue value is 7 (3.12% from 255 or 38.89% from 18); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0107 is #F5FEF8. Grayscale: #040404. Windows color (decimal): -16121593 or 459018. OLE color: 459018.

HSL color Cylindrical-coordinate representation of color #0A0107: hue angle of 320º 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 #0A0107 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.96.

Color convert

RGB 10 1 7 -
CMYK 0 0.90 0.30 0.96
HSL 320º 0.82% 0.02% -
HSV(B) 320º 0.9% 0.04% -
XYZ 0.17 0.1 0.21 -
YUV 4.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 10 1 7 0 0.90 0.30 0.96 320 0.82 0.02
Hex A 1 7 0 5A 1E 60 140 52 2
Octal 12 1 7 0 132 36 140 500 122 2
Binary 1010 1 111 0 1011010 11110 1100000 101000000 1010010 10

Color Harmonies of #0A0107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0107

Black with #0A0107

Text Example


Text Example

White with #0A0107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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