#312333

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

Shades of Mardi Gras #312333

Tints of Mardi Gras #312333

Color information

#312333 (or 0x312333) is unknown color: approx Mardi Gras. HEX triplet: 31, 23 and 33. RGB value is (49,35,51). Sum of RGB (Red+Green+Blue) = 49+35+51=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 51 - color contains mainly: blue. Hex color #312333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312333 is #CEDCCC. Grayscale: #282828. Windows color (decimal): -13556941 or 3351345. OLE color: 3351345.

HSL color Cylindrical-coordinate representation of color #312333: hue angle of 292.5º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #312333 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB493551-
CMYK0.040.3100.8
HSL292.5º18.6%16.86%-
HSV(B)292.5º31.37%20%-
XYZ2.472.093.41-
YUV41.01133.64133.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.30%
GREEN value IS 35 (14.06% from 255) = 25.93%
BLUE value IS 51 (20.31% from 255) = 37.78%
R=36.30%
G=25.93%
B=37.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4935510.040.3100.8292.518.616.86
Hex31233341F0501241311
Octal61436343701204442321
Binary11000110001111001110011111010100001001001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312333; }

 p { color: rgb(49,35,51); }

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

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

 a { background-color: rgb(49,35,51); }

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

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

 span { border-color: rgb(49,35,51); }

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