Html Css Color HEX #150F13 Melanzane

📋 copy color: '#150F13'

red 21 ◦ green 15 ◦ blue 19

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

Shades of Melanzane #150F13

Tints of Melanzane #150F13

RGB

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

 GREEN value IS 15 (6.25% from 255) = 27.27%

 BLUE value IS 19 (7.81% from 255) = 34.55%

R = 38.18%
G = 27.27%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#150F13 (or 0x150F13) is known color: Melanzane. HEX triplet: 15, 0F and 13. RGB value is (21,15,19). Sum of RGB (Red+Green+Blue) = 21+15+19=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 21 - color contains mainly: red. Hex color #150F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F13 is #EAF0EC. Grayscale: #111111. Windows color (decimal): -15397101 or 1249045. OLE color: 1249045.

HSL color Cylindrical-coordinate representation of color #150F13: hue angle of 320º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #150F13 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 15 19 -
CMYK 0 0.29 0.10 0.92
HSL 320º 0.17% 0.07% -
HSV(B) 320º 0.29% 0.08% -
XYZ 0.6 0.55 0.69 -
YUV 17.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 21 15 19 0 0.29 0.10 0.92 320 0.17 0.07
Hex 15 F 13 0 1D A 5C 140 11 7
Octal 25 17 23 0 35 12 134 500 21 7
Binary 10101 1111 10011 0 11101 1010 1011100 101000000 10001 111

Color Harmonies of #150F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150F13

Black with #150F13

Text Example


Text Example

White with #150F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,15,19); }

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

background-color css

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

 a { background-color: rgb(21,15,19); }

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

border-color css

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

 span { border-color: rgb(21,15,19); }

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