Html Css Color HEX #150E13 Melanzane

📋 copy color: '#150E13'

red 21 ◦ green 14 ◦ blue 19

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

Shades of Melanzane #150E13

Tints of Melanzane #150E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 35.19%

R = 38.89%
G = 25.93%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#150E13 (or 0x150E13) is known color: Melanzane. HEX triplet: 15, 0E and 13. RGB value is (21,14,19). Sum of RGB (Red+Green+Blue) = 21+14+19=54 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.89% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 21 - color contains mainly: red. Hex color #150E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E13 is #EAF1EC. Grayscale: #101010. Windows color (decimal): -15397357 or 1248789. OLE color: 1248789.

HSL color Cylindrical-coordinate representation of color #150E13: hue angle of 317.14º 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 #150E13 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 14 19 -
CMYK 0 0.33 0.10 0.92
HSL 317.14º 0.2% 0.07% -
HSV(B) 317.14º 0.33% 0.08% -
XYZ 0.58 0.52 0.69 -
YUV 16.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 21 14 19 0 0.33 0.10 0.92 317.14 0.2 0.07
Hex 15 E 13 0 21 A 5C 13D 14 7
Octal 25 16 23 0 41 12 134 475 24 7
Binary 10101 1110 10011 0 100001 1010 1011100 100111101 10100 111

Color Harmonies of #150E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150E13

Black with #150E13

Text Example


Text Example

White with #150E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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