#35002E

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

Shades of Mardi Gras #35002E

Tints of Mardi Gras #35002E

Color information

#35002E (or 0x35002E) is unknown color: approx Mardi Gras. HEX triplet: 35, 00 and 2E. RGB value is (53,0,46). Sum of RGB (Red+Green+Blue) = 53+0+46=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #35002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35002E is #CAFFD1. Grayscale: #141414. Windows color (decimal): -13303762 or 3014709. OLE color: 3014709.

HSL color Cylindrical-coordinate representation of color #35002E: hue angle of 307.92º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35002E is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB53046-
CMYK010.130.79
HSL307.92º100%10.39%-
HSV(B)307.92º100%20.78%-
XYZ1.960.952.67-
YUV21.09142.06150.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 53.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 46.46%
R=53.54%
G=0%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53046010.130.79307.9210010.39
Hex3502E064D4F13464a
Octal6505601441511746414412
Binary1101010101110011001001101100111110011010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35002E; }

 p { color: rgb(53,0,46); }

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

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

 a { background-color: rgb(53,0,46); }

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

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

 span { border-color: rgb(53,0,46); }

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