#15150D

Color #15150D Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #15150D

Tints of Maire #15150D

Color information

#15150D (or 0x15150D) is unknown color: approx Maire. HEX triplet: 15, 15 and 0D. RGB value is (21,21,13). Sum of RGB (Red+Green+Blue) = 21+21+13=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 21 - color contains mainly: red, green. Hex color #15150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15150D is #EAEAF2. Grayscale: #141414. Windows color (decimal): -15395571 or 857365. OLE color: 857365.

HSL color Cylindrical-coordinate representation of color #15150D: hue angle of 60º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #15150D is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.92.

Color convert

RGB212113-
CMYK000.380.92
HSL60º23.53%6.67%-
HSV(B)60º38.1%8.24%-
XYZ0.650.720.49-
YUV20.09124128.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 38.18%
GREEN value IS 21 (8.59% from 255) = 38.18%
BLUE value IS 13 (5.47% from 255) = 23.64%
R=38.18%
G=38.18%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal212113000.380.926023.536.67
Hex1515D00265C3c187
Octal252515004613474307
Binary1010110101110100100110101110011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15150D; }

 p { color: rgb(21,21,13); }

 H1.HeaderClassName
 {
   color: #15150D;
 }
 .AnyTagClassName
 {
   color: #15150D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #15150D;
 }
 .BgClassName
 {
   background-color: #15150D;
 }
</style>
border-color css

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

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

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