#301632

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

Shades of Mardi Gras #301632

Tints of Mardi Gras #301632

Color information

#301632 (or 0x301632) is unknown color: approx Mardi Gras. HEX triplet: 30, 16 and 32. RGB value is (48,22,50). Sum of RGB (Red+Green+Blue) = 48+22+50=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 50 - color contains mainly: blue. Hex color #301632 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301632 is #CFE9CD. Grayscale: #202020. Windows color (decimal): -13625806 or 3282480. OLE color: 3282480.

HSL color Cylindrical-coordinate representation of color #301632: hue angle of 295.71º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #301632 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB482250-
CMYK0.040.5600.80
HSL295.71º38.89%14.12%-
HSV(B)295.71º56%19.61%-
XYZ2.081.433.18-
YUV32.97137.61138.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40%
GREEN value IS 22 (8.98% from 255) = 18.33%
BLUE value IS 50 (19.92% from 255) = 41.67%
R=40%
G=18.33%
B=41.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4822500.040.5600.80295.7138.8914.12
Hex30163243805012827e
Octal60266247001204504716
Binary11000010110110010100111000010100001001010001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301632; }

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

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

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

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

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

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

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

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