#15160B

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

Shades of Maire #15160B

Tints of Maire #15160B

Color information

#15160B (or 0x15160B) is unknown color: approx Maire. HEX triplet: 15, 16 and 0B. RGB value is (21,22,11). Sum of RGB (Red+Green+Blue) = 21+22+11=54 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.89% from 54); Green value is 22 (8.98% from 255 or 40.74% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 22 - color contains mainly: green. Hex color #15160B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15160B is #EAE9F4. Grayscale: #141414. Windows color (decimal): -15395317 or 726549. OLE color: 726549.

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

Color convert

RGB212211-
CMYK0.0500.50.91
HSL65.45º33.33%6.47%-
HSV(B)65.45º50%8.63%-
XYZ0.660.760.43-
YUV20.45122.67128.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 38.89%
GREEN value IS 22 (8.98% from 255) = 40.74%
BLUE value IS 11 (4.69% from 255) = 20.37%
R=38.89%
G=40.74%
B=20.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2122110.0500.50.9165.4533.336.47
Hex1516B50325B41216
Octal2526135062133101416
Binary10101101101011101011001010110111000001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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