Html Css Color HEX #150511 Melanzane

📋 copy color: '#150511'

red 21 ◦ green 5 ◦ blue 17

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

Shades of Melanzane #150511

Tints of Melanzane #150511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 11.63%

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

R = 48.84%
G = 11.63%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.92

RGB Variations

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

Color information

#150511 (or 0x150511) is known color: Melanzane. HEX triplet: 15, 05 and 11. RGB value is (21,5,17). Sum of RGB (Red+Green+Blue) = 21+5+17=43 (5% of max value = 765). Red value is 21 (8.59% from 255 or 48.84% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 17 (7.03% from 255 or 39.53% from 43); Max value from RGB is 21 - color contains mainly: red. Hex color #150511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150511 is #EAFAEE. Grayscale: #0B0B0B. Windows color (decimal): -15399663 or 1115413. OLE color: 1115413.

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

Color convert

RGB 21 5 17 -
CMYK 0 0.76 0.19 0.92
HSL 315º 0.62% 0.05% -
HSV(B) 315º 0.76% 0.08% -
XYZ 0.46 0.31 0.57 -
YUV 11.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 21 5 17 0 0.76 0.19 0.92 315 0.62 0.05
Hex 15 5 11 0 4C 13 5C 13B 3E 5
Octal 25 5 21 0 114 23 134 473 76 5
Binary 10101 101 10001 0 1001100 10011 1011100 100111011 111110 101

Color Harmonies of #150511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150511

Black with #150511

Text Example


Text Example

White with #150511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150511; }

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

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

background-color css

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

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

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

border-color css

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

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

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