#15150F

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

Shades of Maire #15150F

Tints of Maire #15150F

Color information

#15150F (or 0x15150F) is unknown color: approx Maire. HEX triplet: 15, 15 and 0F. RGB value is (21,21,15). Sum of RGB (Red+Green+Blue) = 21+21+15=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 21 - color contains mainly: red, green. Hex color #15150F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15150F is #EAEAF0. Grayscale: #141414. Windows color (decimal): -15395569 or 988437. OLE color: 988437.

HSL color Cylindrical-coordinate representation of color #15150F: hue angle of 60º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #15150F is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.92.

Color convert

RGB212115-
CMYK000.290.92
HSL60º16.67%7.06%-
HSV(B)60º28.57%8.24%-
XYZ0.660.730.56-
YUV20.32125128.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 36.84%
GREEN value IS 21 (8.59% from 255) = 36.84%
BLUE value IS 15 (6.25% from 255) = 26.32%
R=36.84%
G=36.84%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal212115000.290.926016.677.06
Hex1515F001D5C3c117
Octal252517003513474217
Binary101011010111110011101101110011110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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