#151005

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

Shades of Maire #151005

Tints of Maire #151005

Color information

#151005 (or 0x151005) is unknown color: approx Maire. HEX triplet: 15, 10 and 05. RGB value is (21,16,5). Sum of RGB (Red+Green+Blue) = 21+16+5=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 5 (2.34% from 255 or 11.90% from 42); Max value from RGB is 21 - color contains mainly: red. Hex color #151005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151005 is #EAEFFA. Grayscale: #101010. Windows color (decimal): -15396859 or 331797. OLE color: 331797.

HSL color Cylindrical-coordinate representation of color #151005: hue angle of 41.25º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #151005 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.92.

Color convert

RGB21165-
CMYK00.240.760.92
HSL41.25º61.54%5.1%-
HSV(B)41.25º76.19%8.24%-
XYZ0.520.540.22-
YUV16.24121.66131.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 38.10%
BLUE value IS 5 (2.34% from 255) = 11.90%
R=50%
G=38.10%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2116500.240.760.9241.2561.545.1
Hex151050184C5C293e5
Octal2520503011413451765
Binary101011000010101100010011001011100101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151005; }

 p { color: rgb(21,16,5); }

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

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

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

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

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

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

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