#150413

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

Shades of Mardi Gras #150413

Tints of Mardi Gras #150413

Color information

#150413 (or 0x150413) is unknown color: approx Mardi Gras. HEX triplet: 15, 04 and 13. RGB value is (21,4,19). Sum of RGB (Red+Green+Blue) = 21+4+19=44 (5% of max value = 765). Red value is 21 (8.59% from 255 or 47.73% from 44); Green value is 4 (1.95% from 255 or 9.09% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 21 - color contains mainly: red. Hex color #150413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150413 is #EAFBEC. Grayscale: #0A0A0A. Windows color (decimal): -15399917 or 1246229. OLE color: 1246229.

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

Color convert

RGB21419-
CMYK00.810.100.92
HSL307.06º68%4.9%-
HSV(B)307.06º80.95%8.24%-
XYZ0.470.290.65-
YUV10.79132.63135.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 47.73%
GREEN value IS 4 (1.95% from 255) = 9.09%
BLUE value IS 19 (7.81% from 255) = 43.18%
R=47.73%
G=9.09%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2141900.810.100.92307.06684.9
Hex15413051A5C133445
Octal254230121121344631045
Binary101011001001101010001101010111001001100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150413; }

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

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

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

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

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

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

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

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