#350B2D

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

Shades of Mardi Gras #350B2D

Tints of Mardi Gras #350B2D

Color information

#350B2D (or 0x350B2D) is unknown color: approx Mardi Gras. HEX triplet: 35, 0B and 2D. RGB value is (53,11,45). Sum of RGB (Red+Green+Blue) = 53+11+45=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 45 (17.97% from 255 or 41.28% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #350B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B2D is #CAF4D2. Grayscale: #1B1B1B. Windows color (decimal): -13300947 or 2951989. OLE color: 2951989.

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

Color convert

RGB531145-
CMYK00.790.150.79
HSL311.43º65.62%12.55%-
HSV(B)311.43º79.25%20.78%-
XYZ2.061.192.6-
YUV27.43137.91146.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 48.62%
GREEN value IS 11 (4.69% from 255) = 10.09%
BLUE value IS 45 (17.97% from 255) = 41.28%
R=48.62%
G=10.09%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53114500.790.150.79311.4365.6212.55
Hex35B2D04FF4F13742d
Octal65135501171711746710215
Binary1101011011101101010011111111100111110011011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,11,45); }

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

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

 a { background-color: rgb(53,11,45); }

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

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

 span { border-color: rgb(53,11,45); }

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