#150312

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

Shades of Mardi Gras #150312

Tints of Mardi Gras #150312

Color information

#150312 (or 0x150312) is unknown color: approx Mardi Gras. HEX triplet: 15, 03 and 12. RGB value is (21,3,18). Sum of RGB (Red+Green+Blue) = 21+3+18=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 3 (1.56% from 255 or 7.14% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 21 - color contains mainly: red. Hex color #150312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150312 is #EAFCED. Grayscale: #0A0A0A. Windows color (decimal): -15400174 or 1180437. OLE color: 1180437.

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

Color convert

RGB21318-
CMYK00.860.140.92
HSL310º75%4.71%-
HSV(B)310º85.71%8.24%-
XYZ0.450.270.6-
YUV10.09132.46135.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 7.14%
BLUE value IS 18 (7.42% from 255) = 42.86%
R=50%
G=7.14%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2131800.860.140.92310754.71
Hex15312056E5C1364b5
Octal253220126161344661135
Binary10101111001001010110111010111001001101101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150312; }

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

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

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

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

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

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

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

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