#350F2F

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

Shades of Mardi Gras #350F2F

Tints of Mardi Gras #350F2F

Color information

#350F2F (or 0x350F2F) is unknown color: approx Mardi Gras. HEX triplet: 35, 0F and 2F. RGB value is (53,15,47). Sum of RGB (Red+Green+Blue) = 53+15+47=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #350F2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350F2F is #CAF0D0. Grayscale: #1D1D1D. Windows color (decimal): -13299921 or 3084085. OLE color: 3084085.

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

Color convert

RGB531547-
CMYK00.720.110.79
HSL309.47º55.88%13.33%-
HSV(B)309.47º71.7%20.78%-
XYZ2.151.32.83-
YUV30.01137.59144.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.09%
GREEN value IS 15 (6.25% from 255) = 13.04%
BLUE value IS 47 (18.75% from 255) = 40.87%
R=46.09%
G=13.04%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53154700.720.110.79309.4755.8813.33
Hex35F2F048B4F13538d
Octal6517570110131174657015
Binary110101111110111101001000101110011111001101011110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,15,47); }

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

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

 a { background-color: rgb(53,15,47); }

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

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

 span { border-color: rgb(53,15,47); }

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