#150013

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

Shades of Mardi Gras #150013

Tints of Mardi Gras #150013

Color information

#150013 (or 0x150013) is unknown color: approx Mardi Gras. HEX triplet: 15, 00 and 13. RGB value is (21,0,19). Sum of RGB (Red+Green+Blue) = 21+0+19=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 19 (7.81% from 255 or 47.5% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #150013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150013 is #EAFFEC. Grayscale: #080808. Windows color (decimal): -15400941 or 1245205. OLE color: 1245205.

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

Color convert

RGB21019-
CMYK010.100.92
HSL305.71º100%4.12%-
HSV(B)305.71º100%8.24%-
XYZ0.430.210.63-
YUV8.44133.96136.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 52.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 47.5%
R=52.5%
G=0%
B=47.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21019010.100.92305.711004.12
Hex15013064A5C132644
Octal250230144121344621444
Binary1010101001101100100101010111001001100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150013; }

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

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

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

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

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

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

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

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