#35002F

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

Shades of Mardi Gras #35002F

Tints of Mardi Gras #35002F

Color information

#35002F (or 0x35002F) is unknown color: approx Mardi Gras. HEX triplet: 35, 00 and 2F. RGB value is (53,0,47). Sum of RGB (Red+Green+Blue) = 53+0+47=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #35002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35002F is #CAFFD0. Grayscale: #151515. Windows color (decimal): -13303761 or 3080245. OLE color: 3080245.

HSL color Cylindrical-coordinate representation of color #35002F: hue angle of 306.79º 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 #35002F is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB53047-
CMYK010.110.79
HSL306.79º100%10.39%-
HSV(B)306.79º100%20.78%-
XYZ1.980.962.77-
YUV21.2142.56150.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 47%
R=53%
G=0%
B=47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53047010.110.79306.7910010.39
Hex3502F064B4F13364a
Octal6505701441311746314412
Binary1101010101111011001001011100111110011001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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