Html Css Color HEX #150912 Melanzane

📋 copy color: '#150912'

red 21 ◦ green 9 ◦ blue 18

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

Shades of Melanzane #150912

Tints of Melanzane #150912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 18.75%

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

R = 43.75%
G = 18.75%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.92

RGB Variations

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

Color information

#150912 (or 0x150912) is known color: Melanzane. HEX triplet: 15, 09 and 12. RGB value is (21,9,18). Sum of RGB (Red+Green+Blue) = 21+9+18=48 (6% of max value = 765). Red value is 21 (8.59% from 255 or 43.75% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 21 - color contains mainly: red. Hex color #150912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150912 is #EAF6ED. Grayscale: #0D0D0D. Windows color (decimal): -15398638 or 1181973. OLE color: 1181973.

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

Color convert

RGB 21 9 18 -
CMYK 0 0.57 0.14 0.92
HSL 315º 0.4% 0.06% -
HSV(B) 315º 0.57% 0.08% -
XYZ 0.52 0.4 0.62 -
YUV 13.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 21 9 18 0 0.57 0.14 0.92 315 0.4 0.06
Hex 15 9 12 0 39 E 5C 13B 28 6
Octal 25 11 22 0 71 16 134 473 50 6
Binary 10101 1001 10010 0 111001 1110 1011100 100111011 101000 110

Color Harmonies of #150912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150912

Black with #150912

Text Example


Text Example

White with #150912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150912; }

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

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

background-color css

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

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

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

border-color css

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

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

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