#350B3A

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

Shades of Mardi Gras #350B3A

Tints of Mardi Gras #350B3A

Color information

#350B3A (or 0x350B3A) is unknown color: approx Mardi Gras. HEX triplet: 35, 0B and 3A. RGB value is (53,11,58). Sum of RGB (Red+Green+Blue) = 53+11+58=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 58 (23.05% from 255 or 47.54% from 122); Max value from RGB is 58 - color contains mainly: blue. Hex color #350B3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B3A is #CAF4C5. Grayscale: #1C1C1C. Windows color (decimal): -13300934 or 3803957. OLE color: 3803957.

HSL color Cylindrical-coordinate representation of color #350B3A: hue angle of 293.62º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #350B3A is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB531158-
CMYK0.090.8100.77
HSL293.62º68.12%13.53%-
HSV(B)293.62º81.03%22.75%-
XYZ2.351.34.13-
YUV28.92144.41145.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.44%
GREEN value IS 11 (4.69% from 255) = 9.02%
BLUE value IS 58 (23.05% from 255) = 47.54%
R=43.44%
G=9.02%
B=47.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5311580.090.8100.77293.6268.1213.53
Hex35B3A95104D12644e
Octal65137211121011544610416
Binary1101011011111010100110100010100110110010011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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