#151305

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

Shades of Maire #151305

Tints of Maire #151305

Color information

#151305 (or 0x151305) is unknown color: approx Maire. HEX triplet: 15, 13 and 05. RGB value is (21,19,5). Sum of RGB (Red+Green+Blue) = 21+19+5=45 (5% of max value = 765). Red value is 21 (8.59% from 255 or 46.67% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 5 (2.34% from 255 or 11.11% from 45); Max value from RGB is 21 - color contains mainly: red. Hex color #151305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151305 is #EAECFA. Grayscale: #121212. Windows color (decimal): -15396091 or 332565. OLE color: 332565.

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

Color convert

RGB21195-
CMYK00.100.760.92
HSL52.5º61.54%5.1%-
HSV(B)52.5º76.19%8.24%-
XYZ0.570.640.24-
YUV18120.66130.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 46.67%
GREEN value IS 19 (7.81% from 255) = 42.22%
BLUE value IS 5 (2.34% from 255) = 11.11%
R=46.67%
G=42.22%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2119500.100.760.9252.561.545.1
Hex151350A4C5C343e5
Octal2523501211413464765
Binary10101100111010101010011001011100110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151305; }

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

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

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

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

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

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

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

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