#350C30

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

Shades of Mardi Gras #350C30

Tints of Mardi Gras #350C30

Color information

#350C30 (or 0x350C30) is unknown color: approx Mardi Gras. HEX triplet: 35, 0C and 30. RGB value is (53,12,48). Sum of RGB (Red+Green+Blue) = 53+12+48=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #350C30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350C30 is #CAF3CF. Grayscale: #1C1C1C. Windows color (decimal): -13300688 or 3148853. OLE color: 3148853.

HSL color Cylindrical-coordinate representation of color #350C30: hue angle of 307.32º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #350C30 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB531248-
CMYK00.770.090.79
HSL307.32º63.08%12.75%-
HSV(B)307.32º77.36%20.78%-
XYZ2.131.232.92-
YUV28.36139.08145.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.90%
GREEN value IS 12 (5.08% from 255) = 10.62%
BLUE value IS 48 (19.14% from 255) = 42.48%
R=46.90%
G=10.62%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53124800.770.090.79307.3263.0812.75
Hex35C3004D94F1333fd
Octal6514600115111174637715
Binary110101110011000001001101100110011111001100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350C30; }

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

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

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

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

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

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

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

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