#15130E

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

Shades of Maire #15130E

Tints of Maire #15130E

Color information

#15130E (or 0x15130E) is unknown color: approx Maire. HEX triplet: 15, 13 and 0E. RGB value is (21,19,14). Sum of RGB (Red+Green+Blue) = 21+19+14=54 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.89% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 14 (5.86% from 255 or 25.93% from 54); Max value from RGB is 21 - color contains mainly: red. Hex color #15130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15130E is #EAECF1. Grayscale: #131313. Windows color (decimal): -15396082 or 922389. OLE color: 922389.

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

Color convert

RGB211914-
CMYK00.100.330.92
HSL42.86º20%6.86%-
HSV(B)42.86º33.33%8.24%-
XYZ0.620.660.51-
YUV19.03125.16129.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 38.89%
GREEN value IS 19 (7.81% from 255) = 35.19%
BLUE value IS 14 (5.86% from 255) = 25.93%
R=38.89%
G=35.19%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21191400.100.330.9242.86206.86
Hex1513E0A215C2b147
Octal2523160124113453247
Binary1010110011111001010100001101110010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15130E; }

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

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

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

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

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

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

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

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