#150113

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

Shades of Mardi Gras #150113

Tints of Mardi Gras #150113

Color information

#150113 (or 0x150113) is unknown color: approx Mardi Gras. HEX triplet: 15, 01 and 13. RGB value is (21,1,19). Sum of RGB (Red+Green+Blue) = 21+1+19=41 (5% of max value = 765). Red value is 21 (8.59% from 255 or 51.22% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 21 - color contains mainly: red. Hex color #150113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150113 is #EAFEEC. Grayscale: #080808. Windows color (decimal): -15400685 or 1245461. OLE color: 1245461.

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

Color convert

RGB21119-
CMYK00.950.100.92
HSL306º90.91%4.31%-
HSV(B)306º95.24%8.24%-
XYZ0.440.230.64-
YUV9.03133.63136.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 51.22%
GREEN value IS 1 (0.78% from 255) = 2.44%
BLUE value IS 19 (7.81% from 255) = 46.34%
R=51.22%
G=2.44%
B=46.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2111900.950.100.9230690.914.31
Hex1511305FA5C1325b4
Octal251230137121344621334
Binary1010111001101011111101010111001001100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150113; }

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

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

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

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

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

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

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

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