Html Css Color HEX #150712 Melanzane

📋 copy color: '#150712'

red 21 ◦ green 7 ◦ blue 18

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

Shades of Melanzane #150712

Tints of Melanzane #150712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 15.22%

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

R = 45.65%
G = 15.22%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.92

RGB Variations

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

Color information

#150712 (or 0x150712) is known color: Melanzane. HEX triplet: 15, 07 and 12. RGB value is (21,7,18). Sum of RGB (Red+Green+Blue) = 21+7+18=46 (6% of max value = 765). Red value is 21 (8.59% from 255 or 45.65% from 46); Green value is 7 (3.12% from 255 or 15.22% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 21 - color contains mainly: red. Hex color #150712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150712 is #EAF8ED. Grayscale: #0C0C0C. Windows color (decimal): -15399150 or 1181461. OLE color: 1181461.

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

Color convert

RGB 21 7 18 -
CMYK 0 0.67 0.14 0.92
HSL 312.86º 0.5% 0.05% -
HSV(B) 312.86º 0.67% 0.08% -
XYZ 0.49 0.36 0.61 -
YUV 12.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 21 7 18 0 0.67 0.14 0.92 312.86 0.5 0.05
Hex 15 7 12 0 43 E 5C 139 32 5
Octal 25 7 22 0 103 16 134 471 62 5
Binary 10101 111 10010 0 1000011 1110 1011100 100111001 110010 101

Color Harmonies of #150712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150712

Black with #150712

Text Example


Text Example

White with #150712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150712; }

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

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

background-color css

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

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

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

border-color css

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

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

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