#151405

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

Shades of Maire #151405

Tints of Maire #151405

Color information

#151405 (or 0x151405) is unknown color: approx Maire. HEX triplet: 15, 14 and 05. RGB value is (21,20,5). Sum of RGB (Red+Green+Blue) = 21+20+5=46 (6% of max value = 765). Red value is 21 (8.59% from 255 or 45.65% from 46); Green value is 20 (8.20% from 255 or 43.48% from 46); Blue value is 5 (2.34% from 255 or 10.87% from 46); Max value from RGB is 21 - color contains mainly: red. Hex color #151405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151405 is #EAEBFA. Grayscale: #121212. Windows color (decimal): -15395835 or 332821. OLE color: 332821.

HSL color Cylindrical-coordinate representation of color #151405: hue angle of 56.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 #151405 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.92.

Color convert

RGB21205-
CMYK00.050.760.92
HSL56.25º61.54%5.1%-
HSV(B)56.25º76.19%8.24%-
XYZ0.590.670.24-
YUV18.59120.33129.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 45.65%
GREEN value IS 20 (8.20% from 255) = 43.48%
BLUE value IS 5 (2.34% from 255) = 10.87%
R=45.65%
G=43.48%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.76
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2120500.050.760.9256.2561.545.1
Hex15145054C5C383e5
Octal252450511413470765
Binary1010110100101010110011001011100111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151405; }

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

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

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

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

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

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

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

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