#351838

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

Shades of Mardi Gras #351838

Tints of Mardi Gras #351838

Color information

#351838 (or 0x351838) is unknown color: approx Mardi Gras. HEX triplet: 35, 18 and 38. RGB value is (53,24,56). Sum of RGB (Red+Green+Blue) = 53+24+56=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 56 - color contains mainly: blue. Hex color #351838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351838 is #CAE7C7. Grayscale: #242424. Windows color (decimal): -13297608 or 3676213. OLE color: 3676213.

HSL color Cylindrical-coordinate representation of color #351838: hue angle of 294.38º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #351838 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB532456-
CMYK0.050.5700.78
HSL294.38º40%15.69%-
HSV(B)294.38º57.14%21.96%-
XYZ2.511.73.94-
YUV36.32139.11139.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.85%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 56 (22.27% from 255) = 42.11%
R=39.85%
G=18.05%
B=42.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5324560.050.5700.78294.384015.69
Hex35183853904E1262810
Octal65307057101164465020
Binary110101110001110001011110010100111010010011010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351838; }

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

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

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

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

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

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

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

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