#151501

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

Shades of Maire #151501

Tints of Maire #151501

Color information

#151501 (or 0x151501) is unknown color: approx Maire. HEX triplet: 15, 15 and 01. RGB value is (21,21,1). Sum of RGB (Red+Green+Blue) = 21+21+1=43 (5% of max value = 765). Red value is 21 (8.59% from 255 or 48.84% from 43); Green value is 21 (8.59% from 255 or 48.84% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 21 - color contains mainly: red, green. Hex color #151501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151501 is #EAEAFE. Grayscale: #121212. Windows color (decimal): -15395583 or 70933. OLE color: 70933.

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

Color convert

RGB21211-
CMYK000.950.92
HSL60º90.91%4.31%-
HSV(B)60º95.24%8.24%-
XYZ0.580.70.13-
YUV18.72118129.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 48.84%
GREEN value IS 21 (8.59% from 255) = 48.84%
BLUE value IS 1 (0.78% from 255) = 2.33%
R=48.84%
G=48.84%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21211000.950.926090.914.31
Hex15151005F5C3c5b4
Octal2525100137134741334
Binary1010110101100101111110111001111001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151501; }

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

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

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

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

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

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

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

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