Html Css Color HEX #150E14 Melanzane

📋 copy color: '#150E14'

red 21 ◦ green 14 ◦ blue 20

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

Shades of Melanzane #150E14

Tints of Melanzane #150E14

RGB

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

 GREEN value IS 14 (5.86% from 255) = 25.45%

 BLUE value IS 20 (8.2% from 255) = 36.36%

R = 38.18%
G = 25.45%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#150E14 (or 0x150E14) is known color: Melanzane. HEX triplet: 15, 0E and 14. RGB value is (21,14,20). Sum of RGB (Red+Green+Blue) = 21+14+20=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 14 (5.86% from 255 or 25.45% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 21 - color contains mainly: red. Hex color #150E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E14 is #EAF1EB. Grayscale: #101010. Windows color (decimal): -15397356 or 1314325. OLE color: 1314325.

HSL color Cylindrical-coordinate representation of color #150E14: hue angle of 308.57º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #150E14 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 14 20 -
CMYK 0 0.33 0.05 0.92
HSL 308.57º 0.2% 0.07% -
HSV(B) 308.57º 0.33% 0.08% -
XYZ 0.59 0.52 0.73 -
YUV 16.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 21 14 20 0 0.33 0.05 0.92 308.57 0.2 0.07
Hex 15 E 14 0 21 5 5C 135 14 7
Octal 25 16 24 0 41 5 134 465 24 7
Binary 10101 1110 10100 0 100001 101 1011100 100110101 10100 111

Color Harmonies of #150E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150E14

Black with #150E14

Text Example


Text Example

White with #150E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150E14; }

 p { color: rgb(21,14,20); }

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

background-color css

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

 a { background-color: rgb(21,14,20); }

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

border-color css

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

 span { border-color: rgb(21,14,20); }

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