#35122F

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

Shades of Mardi Gras #35122F

Tints of Mardi Gras #35122F

Color information

#35122F (or 0x35122F) is unknown color: approx Mardi Gras. HEX triplet: 35, 12 and 2F. RGB value is (53,18,47). Sum of RGB (Red+Green+Blue) = 53+18+47=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #35122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35122F is #CAEDD0. Grayscale: #1F1F1F. Windows color (decimal): -13299153 or 3084853. OLE color: 3084853.

HSL color Cylindrical-coordinate representation of color #35122F: hue angle of 310.29º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35122F is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB531847-
CMYK00.660.110.79
HSL310.29º49.3%13.92%-
HSV(B)310.29º66.04%20.78%-
XYZ2.21.392.84-
YUV31.77136.6143.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.92%
GREEN value IS 18 (7.42% from 255) = 15.25%
BLUE value IS 47 (18.75% from 255) = 39.83%
R=44.92%
G=15.25%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53184700.660.110.79310.2949.313.92
Hex35122F042B4F13631e
Octal6522570102131174666116
Binary1101011001010111101000010101110011111001101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35122F; }

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

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

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

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

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

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

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

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