#150314

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

Shades of Mardi Gras #150314

Tints of Mardi Gras #150314

Color information

#150314 (or 0x150314) is unknown color: approx Mardi Gras. HEX triplet: 15, 03 and 14. RGB value is (21,3,20). Sum of RGB (Red+Green+Blue) = 21+3+20=44 (5% of max value = 765). Red value is 21 (8.59% from 255 or 47.73% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 21 - color contains mainly: red. Hex color #150314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150314 is #EAFCEB. Grayscale: #0A0A0A. Windows color (decimal): -15400172 or 1311509. OLE color: 1311509.

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

Color convert

RGB21320-
CMYK00.860.050.92
HSL303.33º75%4.71%-
HSV(B)303.33º85.71%8.24%-
XYZ0.470.280.69-
YUV10.32133.46135.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 47.73%
GREEN value IS 3 (1.56% from 255) = 6.82%
BLUE value IS 20 (8.20% from 255) = 45.45%
R=47.73%
G=6.82%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2132000.860.050.92303.33754.71
Hex1531405655C12f4b5
Octal25324012651344571135
Binary1010111101000101011010110111001001011111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150314; }

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

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

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

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

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

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

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

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