#150313

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

Shades of Mardi Gras #150313

Tints of Mardi Gras #150313

Color information

#150313 (or 0x150313) is unknown color: approx Mardi Gras. HEX triplet: 15, 03 and 13. RGB value is (21,3,19). Sum of RGB (Red+Green+Blue) = 21+3+19=43 (5% of max value = 765). Red value is 21 (8.59% from 255 or 48.84% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 19 (7.81% from 255 or 44.19% from 43); Max value from RGB is 21 - color contains mainly: red. Hex color #150313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150313 is #EAFCEC. Grayscale: #0A0A0A. Windows color (decimal): -15400173 or 1245973. OLE color: 1245973.

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

Color convert

RGB21319-
CMYK00.860.100.92
HSL306.67º75%4.71%-
HSV(B)306.67º85.71%8.24%-
XYZ0.460.270.64-
YUV10.21132.96135.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 48.84%
GREEN value IS 3 (1.56% from 255) = 6.98%
BLUE value IS 19 (7.81% from 255) = 44.19%
R=48.84%
G=6.98%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2131900.860.100.92306.67754.71
Hex15313056A5C1334b5
Octal253230126121344631135
Binary10101111001101010110101010111001001100111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150313; }

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

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

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

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

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

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

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

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