#350034

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

Shades of Mardi Gras #350034

Tints of Mardi Gras #350034

Color information

#350034 (or 0x350034) is unknown color: approx Mardi Gras. HEX triplet: 35, 00 and 34. RGB value is (53,0,52). Sum of RGB (Red+Green+Blue) = 53+0+52=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 52 (20.70% from 255 or 49.52% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #350034 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350034 is #CAFFCB. Grayscale: #151515. Windows color (decimal): -13303756 or 3407925. OLE color: 3407925.

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

Color convert

RGB53052-
CMYK010.020.79
HSL301.13º100%10.39%-
HSV(B)301.13º100%20.78%-
XYZ2.0913.33-
YUV21.78145.06150.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 52 (20.70% from 255) = 49.52%
R=50.48%
G=0%
B=49.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53052010.020.79301.1310010.39
Hex3503406424F12d64a
Octal650640144211745514412
Binary11010101101000110010010100111110010110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350034; }

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

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

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

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

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

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

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

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