Html Css Color HEX #150211 Melanzane

📋 copy color: '#150211'

red 21 ◦ green 2 ◦ blue 17

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

Shades of Melanzane #150211

Tints of Melanzane #150211

RGB

 RED value IS 21 (8.59% from 255) = 52.5%

 GREEN value IS 2 (1.17% from 255) = 5%

 BLUE value IS 17 (7.03% from 255) = 42.5%

R = 52.5%
G = 5%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.92

RGB Variations

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

Color information

#150211 (or 0x150211) is known color: Melanzane. HEX triplet: 15, 02 and 11. RGB value is (21,2,17). Sum of RGB (Red+Green+Blue) = 21+2+17=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 17 (7.03% from 255 or 42.5% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #150211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150211 is #EAFDEE. Grayscale: #090909. Windows color (decimal): -15400431 or 1114645. OLE color: 1114645.

HSL color Cylindrical-coordinate representation of color #150211: hue angle of 312.63º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150211 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 2 17 -
CMYK 0 0.90 0.19 0.92
HSL 312.63º 0.83% 0.05% -
HSV(B) 312.63º 0.9% 0.08% -
XYZ 0.43 0.24 0.55 -
YUV 9.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 21 2 17 0 0.90 0.19 0.92 312.63 0.83 0.05
Hex 15 2 11 0 5A 13 5C 139 53 5
Octal 25 2 21 0 132 23 134 471 123 5
Binary 10101 10 10001 0 1011010 10011 1011100 100111001 1010011 101

Color Harmonies of #150211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150211

Black with #150211

Text Example


Text Example

White with #150211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150211; }

 p { color: rgb(21,2,17); }

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

background-color css

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

 a { background-color: rgb(21,2,17); }

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

border-color css

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

 span { border-color: rgb(21,2,17); }

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