#350338

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

Shades of Mardi Gras #350338

Tints of Mardi Gras #350338

Color information

#350338 (or 0x350338) is unknown color: approx Mardi Gras. HEX triplet: 35, 03 and 38. RGB value is (53,3,56). Sum of RGB (Red+Green+Blue) = 53+3+56=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: blue. Hex color #350338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350338 is #CAFCC7. Grayscale: #171717. Windows color (decimal): -13302984 or 3670837. OLE color: 3670837.

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

Color convert

RGB53356-
CMYK0.050.9500.78
HSL296.6º89.83%11.57%-
HSV(B)296.6º94.64%21.96%-
XYZ2.211.113.84-
YUV23.99146.06148.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.32%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 56 (22.27% from 255) = 50%
R=47.32%
G=2.68%
B=50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal533560.050.9500.78296.689.8311.57
Hex3533855F04E1295ac
Octal653705137011645113214
Binary1101011111100010110111110100111010010100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350338; }

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

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

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

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

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

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

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

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