#151301

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

Shades of Maire #151301

Tints of Maire #151301

Color information

#151301 (or 0x151301) is unknown color: approx Maire. HEX triplet: 15, 13 and 01. RGB value is (21,19,1). Sum of RGB (Red+Green+Blue) = 21+19+1=41 (5% of max value = 765). Red value is 21 (8.59% from 255 or 51.22% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 1 (0.78% from 255 or 2.44% from 41); Max value from RGB is 21 - color contains mainly: red. Hex color #151301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151301 is #EAECFE. Grayscale: #111111. Windows color (decimal): -15396095 or 70421. OLE color: 70421.

HSL color Cylindrical-coordinate representation of color #151301: hue angle of 54º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #151301 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB21191-
CMYK00.100.950.92
HSL54º90.91%4.31%-
HSV(B)54º95.24%8.24%-
XYZ0.550.630.12-
YUV17.55118.66130.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 51.22%
GREEN value IS 19 (7.81% from 255) = 46.34%
BLUE value IS 1 (0.78% from 255) = 2.44%
R=51.22%
G=46.34%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2119100.100.950.925490.914.31
Hex151310A5F5C365b4
Octal25231012137134661334
Binary1010110011101010101111110111001101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151301; }

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

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

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

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

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

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

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

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