Html Css Color HEX #150310 Melanzane

📋 copy color: '#150310'

red 21 ◦ green 3 ◦ blue 16

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

Shades of Melanzane #150310

Tints of Melanzane #150310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 40%

R = 52.5%
G = 7.5%
B = 40%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.92

RGB Variations

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

Color information

#150310 (or 0x150310) is known color: Melanzane. HEX triplet: 15, 03 and 10. RGB value is (21,3,16). Sum of RGB (Red+Green+Blue) = 21+3+16=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 16 (6.64% from 255 or 40% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #150310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150310 is #EAFCEF. Grayscale: #090909. Windows color (decimal): -15400176 or 1049365. OLE color: 1049365.

HSL color Cylindrical-coordinate representation of color #150310: hue angle of 316.67º 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 #150310 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 3 16 -
CMYK 0 0.86 0.24 0.92
HSL 316.67º 0.75% 0.05% -
HSV(B) 316.67º 0.86% 0.08% -
XYZ 0.44 0.26 0.52 -
YUV 9.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 21 3 16 0 0.86 0.24 0.92 316.67 0.75 0.05
Hex 15 3 10 0 56 18 5C 13D 4B 5
Octal 25 3 20 0 126 30 134 475 113 5
Binary 10101 11 10000 0 1010110 11000 1011100 100111101 1001011 101

Color Harmonies of #150310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150310

Black with #150310

Text Example


Text Example

White with #150310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150310; }

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

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

background-color css

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

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

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

border-color css

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

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

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