Html Css Color HEX #150411 Melanzane

📋 copy color: '#150411'

red 21 ◦ green 4 ◦ blue 17

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

Shades of Melanzane #150411

Tints of Melanzane #150411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 9.52%

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

R = 50%
G = 9.52%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.92

RGB Variations

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

Color information

#150411 (or 0x150411) is known color: Melanzane. HEX triplet: 15, 04 and 11. RGB value is (21,4,17). Sum of RGB (Red+Green+Blue) = 21+4+17=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 17 (7.03% from 255 or 40.48% from 42); Max value from RGB is 21 - color contains mainly: red. Hex color #150411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150411 is #EAFBEE. Grayscale: #0A0A0A. Windows color (decimal): -15399919 or 1115157. OLE color: 1115157.

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

Color convert

RGB 21 4 17 -
CMYK 0 0.81 0.19 0.92
HSL 314.12º 0.68% 0.05% -
HSV(B) 314.12º 0.81% 0.08% -
XYZ 0.45 0.29 0.56 -
YUV 10.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 21 4 17 0 0.81 0.19 0.92 314.12 0.68 0.05
Hex 15 4 11 0 51 13 5C 13A 44 5
Octal 25 4 21 0 121 23 134 472 104 5
Binary 10101 100 10001 0 1010001 10011 1011100 100111010 1000100 101

Color Harmonies of #150411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150411

Black with #150411

Text Example


Text Example

White with #150411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150411; }

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

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

background-color css

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

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

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

border-color css

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

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

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