Html Css Color HEX #150512 Melanzane

📋 copy color: '#150512'

red 21 ◦ green 5 ◦ blue 18

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

Shades of Melanzane #150512

Tints of Melanzane #150512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 40.91%

R = 47.73%
G = 11.36%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.92

RGB Variations

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

Color information

#150512 (or 0x150512) is known color: Melanzane. HEX triplet: 15, 05 and 12. RGB value is (21,5,18). Sum of RGB (Red+Green+Blue) = 21+5+18=44 (5% of max value = 765). Red value is 21 (8.59% from 255 or 47.73% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 21 - color contains mainly: red. Hex color #150512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150512 is #EAFAED. Grayscale: #0B0B0B. Windows color (decimal): -15399662 or 1180949. OLE color: 1180949.

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

Color convert

RGB 21 5 18 -
CMYK 0 0.76 0.14 0.92
HSL 311.25º 0.62% 0.05% -
HSV(B) 311.25º 0.76% 0.08% -
XYZ 0.47 0.31 0.61 -
YUV 11.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 21 5 18 0 0.76 0.14 0.92 311.25 0.62 0.05
Hex 15 5 12 0 4C E 5C 137 3E 5
Octal 25 5 22 0 114 16 134 467 76 5
Binary 10101 101 10010 0 1001100 1110 1011100 100110111 111110 101

Color Harmonies of #150512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150512

Black with #150512

Text Example


Text Example

White with #150512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150512; }

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

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

background-color css

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

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

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

border-color css

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

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

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