#150114

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

Shades of Mardi Gras #150114

Tints of Mardi Gras #150114

Color information

#150114 (or 0x150114) is unknown color: approx Mardi Gras. HEX triplet: 15, 01 and 14. RGB value is (21,1,20). Sum of RGB (Red+Green+Blue) = 21+1+20=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 20 (8.20% from 255 or 47.62% from 42); Max value from RGB is 21 - color contains mainly: red. Hex color #150114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150114 is #EAFEEB. Grayscale: #090909. Windows color (decimal): -15400684 or 1310997. OLE color: 1310997.

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

Color convert

RGB21120-
CMYK00.950.050.92
HSL303º90.91%4.31%-
HSV(B)303º95.24%8.24%-
XYZ0.450.230.68-
YUV9.15134.13136.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 2.38%
BLUE value IS 20 (8.20% from 255) = 47.62%
R=50%
G=2.38%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2112000.950.050.9230390.914.31
Hex1511405F55C12f5b4
Octal25124013751344571334
Binary101011101000101111110110111001001011111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150114; }

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

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

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

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

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

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

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

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