Html Css Color HEX #150C11 Melanzane

📋 copy color: '#150C11'

red 21 ◦ green 12 ◦ blue 17

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

Shades of Melanzane #150C11

Tints of Melanzane #150C11

RGB

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

 GREEN value IS 12 (5.08% from 255) = 24%

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

R = 42%
G = 24%
B = 34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.92

RGB Variations

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

Color information

#150C11 (or 0x150C11) is known color: Melanzane. HEX triplet: 15, 0C and 11. RGB value is (21,12,17). Sum of RGB (Red+Green+Blue) = 21+12+17=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 17 (7.03% from 255 or 34% from 50); Max value from RGB is 21 - color contains mainly: red. Hex color #150C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150C11 is #EAF3EE. Grayscale: #0F0F0F. Windows color (decimal): -15397871 or 1117205. OLE color: 1117205.

HSL color Cylindrical-coordinate representation of color #150C11: hue angle of 326.67º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #150C11 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 12 17 -
CMYK 0 0.43 0.19 0.92
HSL 326.67º 0.27% 0.06% -
HSV(B) 326.67º 0.43% 0.08% -
XYZ 0.54 0.46 0.59 -
YUV 15.26 128.98 132.09 -
System Red Green Blue C M Y K H S L
Decimal 21 12 17 0 0.43 0.19 0.92 326.67 0.27 0.06
Hex 15 C 11 0 2B 13 5C 147 1B 6
Octal 25 14 21 0 53 23 134 507 33 6
Binary 10101 1100 10001 0 101011 10011 1011100 101000111 11011 110

Color Harmonies of #150C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150C11

Black with #150C11

Text Example


Text Example

White with #150C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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