#35012F

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

Shades of Mardi Gras #35012F

Tints of Mardi Gras #35012F

Color information

#35012F (or 0x35012F) is unknown color: approx Mardi Gras. HEX triplet: 35, 01 and 2F. RGB value is (53,1,47). Sum of RGB (Red+Green+Blue) = 53+1+47=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #35012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35012F is #CAFED0. Grayscale: #151515. Windows color (decimal): -13303505 or 3080501. OLE color: 3080501.

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

Color convert

RGB53147-
CMYK00.980.110.79
HSL306.92º96.3%10.59%-
HSV(B)306.92º98.11%20.78%-
XYZ1.990.982.77-
YUV21.79142.23150.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 52.48%
GREEN value IS 1 (0.78% from 255) = 0.99%
BLUE value IS 47 (18.75% from 255) = 46.53%
R=52.48%
G=0.99%
B=46.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5314700.980.110.79306.9296.310.59
Hex3512F062B4F13360b
Octal6515701421311746314013
Binary1101011101111011000101011100111110011001111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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