#350030

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

Shades of Mardi Gras #350030

Tints of Mardi Gras #350030

Color information

#350030 (or 0x350030) is unknown color: approx Mardi Gras. HEX triplet: 35, 00 and 30. RGB value is (53,0,48). Sum of RGB (Red+Green+Blue) = 53+0+48=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #350030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350030 is #CAFFCF. Grayscale: #151515. Windows color (decimal): -13303760 or 3145781. OLE color: 3145781.

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

Color convert

RGB53048-
CMYK010.090.79
HSL305.66º100%10.39%-
HSV(B)305.66º100%20.78%-
XYZ20.972.88-
YUV21.32143.06150.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 52.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 48 (19.14% from 255) = 47.52%
R=52.48%
G=0%
B=47.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53048010.090.79305.6610010.39
Hex3503006494F13264a
Octal6506001441111746214412
Binary1101010110000011001001001100111110011001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350030; }

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

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

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

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

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

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

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

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