#351630

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

Shades of Mardi Gras #351630

Tints of Mardi Gras #351630

Color information

#351630 (or 0x351630) is unknown color: approx Mardi Gras. HEX triplet: 35, 16 and 30. RGB value is (53,22,48). Sum of RGB (Red+Green+Blue) = 53+22+48=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #351630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351630 is #CAE9CF. Grayscale: #222222. Windows color (decimal): -13298128 or 3151413. OLE color: 3151413.

HSL color Cylindrical-coordinate representation of color #351630: hue angle of 309.68º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #351630 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB532248-
CMYK00.580.090.79
HSL309.68º41.33%14.71%-
HSV(B)309.68º58.49%20.78%-
XYZ2.291.542.97-
YUV34.23135.77141.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.09%
GREEN value IS 22 (8.98% from 255) = 17.89%
BLUE value IS 48 (19.14% from 255) = 39.02%
R=43.09%
G=17.89%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53224800.580.090.79309.6841.3314.71
Hex35163003A94F13629f
Octal652660072111174665117
Binary110101101101100000111010100110011111001101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351630; }

 p { color: rgb(53,22,48); }

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

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

 a { background-color: rgb(53,22,48); }

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

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

 span { border-color: rgb(53,22,48); }

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