Html Css Color HEX #150311 Melanzane

📋 copy color: '#150311'

red 21 ◦ green 3 ◦ blue 17

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

Shades of Melanzane #150311

Tints of Melanzane #150311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 7.32%

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

R = 51.22%
G = 7.32%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.92

RGB Variations

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

Color information

#150311 (or 0x150311) is known color: Melanzane. HEX triplet: 15, 03 and 11. RGB value is (21,3,17). Sum of RGB (Red+Green+Blue) = 21+3+17=41 (5% of max value = 765). Red value is 21 (8.59% from 255 or 51.22% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 17 (7.03% from 255 or 41.46% from 41); Max value from RGB is 21 - color contains mainly: red. Hex color #150311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150311 is #EAFCEE. Grayscale: #090909. Windows color (decimal): -15400175 or 1114901. OLE color: 1114901.

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

Color convert

RGB 21 3 17 -
CMYK 0 0.86 0.19 0.92
HSL 313.33º 0.75% 0.05% -
HSV(B) 313.33º 0.86% 0.08% -
XYZ 0.44 0.27 0.56 -
YUV 9.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 21 3 17 0 0.86 0.19 0.92 313.33 0.75 0.05
Hex 15 3 11 0 56 13 5C 139 4B 5
Octal 25 3 21 0 126 23 134 471 113 5
Binary 10101 11 10001 0 1010110 10011 1011100 100111001 1001011 101

Color Harmonies of #150311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150311

Black with #150311

Text Example


Text Example

White with #150311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150311; }

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

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

background-color css

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

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

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

border-color css

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

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

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