Html Css Color HEX #150A12 Melanzane

📋 copy color: '#150A12'

red 21 ◦ green 10 ◦ blue 18

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

Shades of Melanzane #150A12

Tints of Melanzane #150A12

RGB

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

 GREEN value IS 10 (4.3% from 255) = 20.41%

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

R = 42.86%
G = 20.41%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.92

RGB Variations

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

Color information

#150A12 (or 0x150A12) is known color: Melanzane. HEX triplet: 15, 0A and 12. RGB value is (21,10,18). Sum of RGB (Red+Green+Blue) = 21+10+18=49 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42.86% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 21 - color contains mainly: red. Hex color #150A12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A12 is #EAF5ED. Grayscale: #0E0E0E. Windows color (decimal): -15398382 or 1182229. OLE color: 1182229.

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

Color convert

RGB 21 10 18 -
CMYK 0 0.52 0.14 0.92
HSL 316.36º 0.35% 0.06% -
HSV(B) 316.36º 0.52% 0.08% -
XYZ 0.53 0.42 0.63 -
YUV 14.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 21 10 18 0 0.52 0.14 0.92 316.36 0.35 0.06
Hex 15 A 12 0 34 E 5C 13C 23 6
Octal 25 12 22 0 64 16 134 474 43 6
Binary 10101 1010 10010 0 110100 1110 1011100 100111100 100011 110

Color Harmonies of #150A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150A12

Black with #150A12

Text Example


Text Example

White with #150A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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