#15150A

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

Shades of Maire #15150A

Tints of Maire #15150A

Color information

#15150A (or 0x15150A) is unknown color: approx Maire. HEX triplet: 15, 15 and 0A. RGB value is (21,21,10). Sum of RGB (Red+Green+Blue) = 21+21+10=52 (6% of max value = 765). Red value is 21 (8.59% from 255 or 40.38% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 21 - color contains mainly: red, green. Hex color #15150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15150A is #EAEAF5. Grayscale: #131313. Windows color (decimal): -15395574 or 660757. OLE color: 660757.

HSL color Cylindrical-coordinate representation of color #15150A: hue angle of 60º 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 #15150A is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.92.

Color convert

RGB212110-
CMYK000.520.92
HSL60º35.48%6.08%-
HSV(B)60º52.38%8.24%-
XYZ0.630.720.39-
YUV19.75122.5128.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 40.38%
GREEN value IS 21 (8.59% from 255) = 40.38%
BLUE value IS 10 (4.30% from 255) = 19.23%
R=40.38%
G=40.38%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal212110000.520.926035.486.08
Hex1515A00345C3c236
Octal252512006413474436
Binary10101101011010001101001011100111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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