#35022F

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

Shades of Mardi Gras #35022F

Tints of Mardi Gras #35022F

Color information

#35022F (or 0x35022F) is unknown color: approx Mardi Gras. HEX triplet: 35, 02 and 2F. RGB value is (53,2,47). Sum of RGB (Red+Green+Blue) = 53+2+47=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #35022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35022F is #CAFDD0. Grayscale: #161616. Windows color (decimal): -13303249 or 3080757. OLE color: 3080757.

HSL color Cylindrical-coordinate representation of color #35022F: hue angle of 307.06º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #35022F is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB53247-
CMYK00.960.110.79
HSL307.06º92.73%10.78%-
HSV(B)307.06º96.23%20.78%-
XYZ21.012.78-
YUV22.38141.9149.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.96%
GREEN value IS 2 (1.17% from 255) = 1.96%
BLUE value IS 47 (18.75% from 255) = 46.08%
R=51.96%
G=1.96%
B=46.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5324700.960.110.79307.0692.7310.78
Hex3522F060B4F1335db
Octal6525701401311746313513
Binary11010110101111011000001011100111110011001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35022F; }

 p { color: rgb(53,2,47); }

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

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

 a { background-color: rgb(53,2,47); }

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

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

 span { border-color: rgb(53,2,47); }

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