#35053A

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

Shades of Mardi Gras #35053A

Tints of Mardi Gras #35053A

Color information

#35053A (or 0x35053A) is unknown color: approx Mardi Gras. HEX triplet: 35, 05 and 3A. RGB value is (53,5,58). Sum of RGB (Red+Green+Blue) = 53+5+58=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #35053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35053A is #CAFAC5. Grayscale: #191919. Windows color (decimal): -13302470 or 3802421. OLE color: 3802421.

HSL color Cylindrical-coordinate representation of color #35053A: hue angle of 294.34º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35053A is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB53558-
CMYK0.090.9100.77
HSL294.34º84.13%12.35%-
HSV(B)294.34º91.38%22.75%-
XYZ2.291.174.11-
YUV25.39146.4147.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.69%
GREEN value IS 5 (2.34% from 255) = 4.31%
BLUE value IS 58 (23.05% from 255) = 50%
R=45.69%
G=4.31%
B=50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal535580.090.9100.77294.3484.1312.35
Hex3553A95B04D12654c
Octal6557211133011544612414
Binary110101101111010100110110110100110110010011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35053A; }

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

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

<style>
 a { background-color: #35053A; }

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

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

<style>
 span { border-color: #35053A; }

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

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