#15160A

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

Shades of Maire #15160A

Tints of Maire #15160A

Color information

#15160A (or 0x15160A) is unknown color: approx Maire. HEX triplet: 15, 16 and 0A. RGB value is (21,22,10). Sum of RGB (Red+Green+Blue) = 21+22+10=53 (7% of max value = 765). Red value is 21 (8.59% from 255 or 39.62% from 53); Green value is 22 (8.98% from 255 or 41.51% from 53); Blue value is 10 (4.30% from 255 or 18.87% from 53); Max value from RGB is 22 - color contains mainly: green. Hex color #15160A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15160A is #EAE9F5. Grayscale: #141414. Windows color (decimal): -15395318 or 661013. OLE color: 661013.

HSL color Cylindrical-coordinate representation of color #15160A: hue angle of 65º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #15160A is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.91.

Color convert

RGB212210-
CMYK0.0500.550.91
HSL65º37.5%6.27%-
HSV(B)65º54.55%8.63%-
XYZ0.650.760.4-
YUV20.33122.17128.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 39.62%
GREEN value IS 22 (8.98% from 255) = 41.51%
BLUE value IS 10 (4.30% from 255) = 18.87%
R=39.62%
G=41.51%
B=18.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2122100.0500.550.916537.56.27
Hex1516A50375B41266
Octal2526125067133101466
Binary10101101101010101011011110110111000001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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