#331230

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

Shades of Mardi Gras #331230

Tints of Mardi Gras #331230

Color information

#331230 (or 0x331230) is unknown color: approx Mardi Gras. HEX triplet: 33, 12 and 30. RGB value is (51,18,48). Sum of RGB (Red+Green+Blue) = 51+18+48=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 51 - color contains mainly: red. Hex color #331230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331230 is #CCEDCF. Grayscale: #1F1F1F. Windows color (decimal): -13430224 or 3150387. OLE color: 3150387.

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

Color convert

RGB511848-
CMYK00.650.060.8
HSL305.45º47.83%13.53%-
HSV(B)305.45º64.71%20%-
XYZ2.121.352.95-
YUV31.29137.43142.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.59%
GREEN value IS 18 (7.42% from 255) = 15.38%
BLUE value IS 48 (19.14% from 255) = 41.03%
R=43.59%
G=15.38%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51184800.650.060.8305.4547.8313.53
Hex33123004165013130e
Octal632260010161204616016
Binary110011100101100000100000111010100001001100011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331230; }

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

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

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

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

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

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

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

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