#150014

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

Shades of Mardi Gras #150014

Tints of Mardi Gras #150014

Color information

#150014 (or 0x150014) is unknown color: approx Mardi Gras. HEX triplet: 15, 00 and 14. RGB value is (21,0,20). Sum of RGB (Red+Green+Blue) = 21+0+20=41 (5% of max value = 765). Red value is 21 (8.59% from 255 or 51.22% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 20 (8.20% from 255 or 48.78% from 41); Max value from RGB is 21 - color contains mainly: red. Hex color #150014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150014 is #EAFFEB. Grayscale: #080808. Windows color (decimal): -15400940 or 1310741. OLE color: 1310741.

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

Color convert

RGB21020-
CMYK010.050.92
HSL302.86º100%4.12%-
HSV(B)302.86º100%8.24%-
XYZ0.440.210.68-
YUV8.56134.46136.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 51.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 48.78%
R=51.22%
G=0%
B=48.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21020010.050.92302.861004.12
Hex1501406455C12f644
Octal25024014451344571444
Binary101010101000110010010110111001001011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150014; }

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

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

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

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

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

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

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

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