Html Css Color HEX #11010C Melanzane

📋 copy color: '#11010C'

red 17 ◦ green 1 ◦ blue 12

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

Shades of Melanzane #11010C

Tints of Melanzane #11010C

RGB

 RED value IS 17 (7.03% from 255) = 56.67%

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

 BLUE value IS 12 (5.08% from 255) = 40%

R = 56.67%
G = 3.33%
B = 40%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.93

RGB Variations

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

Color information

#11010C (or 0x11010C) is known color: Melanzane. HEX triplet: 11, 01 and 0C. RGB value is (17,1,12). Sum of RGB (Red+Green+Blue) = 17+1+12=30 (3% of max value = 765). Red value is 17 (7.03% from 255 or 56.67% from 30); Green value is 1 (0.78% from 255 or 3.33% from 30); Blue value is 12 (5.08% from 255 or 40% from 30); Max value from RGB is 17 - color contains mainly: red. Hex color #11010C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11010C is #EEFEF3. Grayscale: #070707. Windows color (decimal): -15662836 or 786705. OLE color: 786705.

HSL color Cylindrical-coordinate representation of color #11010C: hue angle of 318.75º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #11010C is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 1 12 -
CMYK 0 0.94 0.29 0.93
HSL 318.75º 0.89% 0.04% -
HSV(B) 318.75º 0.94% 0.07% -
XYZ 0.31 0.17 0.36 -
YUV 7.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 17 1 12 0 0.94 0.29 0.93 318.75 0.89 0.04
Hex 11 1 C 0 5E 1D 5D 13F 59 4
Octal 21 1 14 0 136 35 135 477 131 4
Binary 10001 1 1100 0 1011110 11101 1011101 100111111 1011001 100

Color Harmonies of #11010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11010C

Black with #11010C

Text Example


Text Example

White with #11010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11010C; }

 p { color: rgb(17,1,12); }

 H1.HeaderClassName
 {
   color: #11010C;
 }
 .AnyTagClassName
 {
   color: #11010C;
 }
</style>

background-color css

<style>
 a { background-color: #11010C; }

 a { background-color: rgb(17,1,12); }

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

border-color css

<style>
 span { border-color: #11010C; }

 span { border-color: rgb(17,1,12); }

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