#151208

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

Shades of Maire #151208

Tints of Maire #151208

Color information

#151208 (or 0x151208) is unknown color: approx Maire. HEX triplet: 15, 12 and 08. RGB value is (21,18,8). Sum of RGB (Red+Green+Blue) = 21+18+8=47 (6% of max value = 765). Red value is 21 (8.59% from 255 or 44.68% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 8 (3.52% from 255 or 17.02% from 47); Max value from RGB is 21 - color contains mainly: red. Hex color #151208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151208 is #EAEDF7. Grayscale: #111111. Windows color (decimal): -15396344 or 528917. OLE color: 528917.

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

Color convert

RGB21188-
CMYK00.140.620.92
HSL46.15º44.83%5.69%-
HSV(B)46.15º61.9%8.24%-
XYZ0.570.610.32-
YUV17.76122.49130.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 44.68%
GREEN value IS 18 (7.42% from 255) = 38.30%
BLUE value IS 8 (3.52% from 255) = 17.02%
R=44.68%
G=38.30%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2118800.140.620.9246.1544.835.69
Hex151280E3E5C2e2d6
Octal2522100167613456556
Binary10101100101000011101111101011100101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151208; }

 p { color: rgb(21,18,8); }

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

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

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

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

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

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

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