#150213

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

Shades of Mardi Gras #150213

Tints of Mardi Gras #150213

Color information

#150213 (or 0x150213) is unknown color: approx Mardi Gras. HEX triplet: 15, 02 and 13. RGB value is (21,2,19). Sum of RGB (Red+Green+Blue) = 21+2+19=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 19 (7.81% from 255 or 45.24% from 42); Max value from RGB is 21 - color contains mainly: red. Hex color #150213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150213 is #EAFDEC. Grayscale: #090909. Windows color (decimal): -15400429 or 1245717. OLE color: 1245717.

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

Color convert

RGB21219-
CMYK00.900.100.92
HSL306.32º82.61%4.51%-
HSV(B)306.32º90.48%8.24%-
XYZ0.450.250.64-
YUV9.62133.29136.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 4.76%
BLUE value IS 19 (7.81% from 255) = 45.24%
R=50%
G=4.76%
B=45.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2121900.900.100.92306.3282.614.51
Hex1521305AA5C132535
Octal252230132121344621235
Binary10101101001101011010101010111001001100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150213; }

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

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

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

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

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

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

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

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