#35052E

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

Shades of Mardi Gras #35052E

Tints of Mardi Gras #35052E

Color information

#35052E (or 0x35052E) is unknown color: approx Mardi Gras. HEX triplet: 35, 05 and 2E. RGB value is (53,5,46). Sum of RGB (Red+Green+Blue) = 53+5+46=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #35052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35052E is #CAFAD1. Grayscale: #171717. Windows color (decimal): -13302482 or 3015989. OLE color: 3015989.

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

Color convert

RGB53546-
CMYK00.910.130.79
HSL308.75º82.76%11.37%-
HSV(B)308.75º90.57%20.78%-
XYZ2.021.062.68-
YUV24.03140.4148.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.96%
GREEN value IS 5 (2.34% from 255) = 4.81%
BLUE value IS 46 (18.36% from 255) = 44.23%
R=50.96%
G=4.81%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5354600.910.130.79308.7582.7611.37
Hex3552E05BD4F13553b
Octal6555601331511746512313
Binary110101101101110010110111101100111110011010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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