#15130B

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

Shades of Maire #15130B

Tints of Maire #15130B

Color information

#15130B (or 0x15130B) is unknown color: approx Maire. HEX triplet: 15, 13 and 0B. RGB value is (21,19,11). Sum of RGB (Red+Green+Blue) = 21+19+11=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 21 - color contains mainly: red. Hex color #15130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15130B is #EAECF4. Grayscale: #121212. Windows color (decimal): -15396085 or 725781. OLE color: 725781.

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

Color convert

RGB211911-
CMYK00.100.480.92
HSL48º31.25%6.27%-
HSV(B)48º47.62%8.24%-
XYZ0.60.650.41-
YUV18.69123.66129.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 41.18%
GREEN value IS 19 (7.81% from 255) = 37.25%
BLUE value IS 11 (4.69% from 255) = 21.57%
R=41.18%
G=37.25%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21191100.100.480.924831.256.27
Hex1513B0A305C301f6
Octal2523130126013460376
Binary1010110011101101010110000101110011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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