#301635

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

Shades of Mardi Gras #301635

Tints of Mardi Gras #301635

Color information

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

HSL color Cylindrical-coordinate representation of color #301635: hue angle of 290.32º 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 #301635 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB482253-
CMYK0.090.5800.79
HSL290.32º41.33%14.71%-
HSV(B)290.32º58.49%20.78%-
XYZ2.151.463.54-
YUV33.31139.11138.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4822530.090.5800.79290.3241.3314.71
Hex30163593A04F12229f
Octal602665117201174425117
Binary110000101101101011001111010010011111001000101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301635; }

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

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

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

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

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

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

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

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