#331830

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

Shades of Mardi Gras #331830

Tints of Mardi Gras #331830

Color information

#331830 (or 0x331830) is unknown color: approx Mardi Gras. HEX triplet: 33, 18 and 30. RGB value is (51,24,48). Sum of RGB (Red+Green+Blue) = 51+24+48=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 51 - color contains mainly: red. Hex color #331830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331830 is #CCE7CF. Grayscale: #222222. Windows color (decimal): -13428688 or 3151923. OLE color: 3151923.

HSL color Cylindrical-coordinate representation of color #331830: hue angle of 306.67º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #331830 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.8.

Color convert

RGB512448-
CMYK00.530.060.8
HSL306.67º36%14.71%-
HSV(B)306.67º52.94%20%-
XYZ2.231.572.98-
YUV34.81135.45139.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.46%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 48 (19.14% from 255) = 39.02%
R=41.46%
G=19.51%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51244800.530.060.8306.673614.71
Hex33183003565013324f
Octal63306006561204634417
Binary11001111000110000011010111010100001001100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331830; }

 p { color: rgb(51,24,48); }

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

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

 a { background-color: rgb(51,24,48); }

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

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

 span { border-color: rgb(51,24,48); }

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