#350B38

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

Shades of Mardi Gras #350B38

Tints of Mardi Gras #350B38

Color information

#350B38 (or 0x350B38) is unknown color: approx Mardi Gras. HEX triplet: 35, 0B and 38. RGB value is (53,11,56). Sum of RGB (Red+Green+Blue) = 53+11+56=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 56 (22.27% from 255 or 46.67% from 120); Max value from RGB is 56 - color contains mainly: blue. Hex color #350B38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B38 is #CAF4C7. Grayscale: #1C1C1C. Windows color (decimal): -13300936 or 3672885. OLE color: 3672885.

HSL color Cylindrical-coordinate representation of color #350B38: hue angle of 296º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #350B38 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB531156-
CMYK0.050.8000.78
HSL296º67.16%13.14%-
HSV(B)296º80.36%21.96%-
XYZ2.31.283.87-
YUV28.69143.41145.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.17%
GREEN value IS 11 (4.69% from 255) = 9.17%
BLUE value IS 56 (22.27% from 255) = 46.67%
R=44.17%
G=9.17%
B=46.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5311560.050.8000.7829667.1613.14
Hex35B3855004E12843d
Octal6513705120011645010315
Binary110101101111100010110100000100111010010100010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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