#301733

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

Shades of Mardi Gras #301733

Tints of Mardi Gras #301733

Color information

#301733 (or 0x301733) is unknown color: approx Mardi Gras. HEX triplet: 30, 17 and 33. RGB value is (48,23,51). Sum of RGB (Red+Green+Blue) = 48+23+51=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 51 - color contains mainly: blue. Hex color #301733 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301733 is #CFE8CC. Grayscale: #212121. Windows color (decimal): -13625549 or 3348272. OLE color: 3348272.

HSL color Cylindrical-coordinate representation of color #301733: hue angle of 293.57º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #301733 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB482351-
CMYK0.060.5500.8
HSL293.57º37.84%14.51%-
HSV(B)293.57º54.9%20%-
XYZ2.121.483.31-
YUV33.67137.78138.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.34%
GREEN value IS 23 (9.38% from 255) = 18.85%
BLUE value IS 51 (20.31% from 255) = 41.80%
R=39.34%
G=18.85%
B=41.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4823510.060.5500.8293.5737.8414.51
Hex30173363705012626f
Octal60276366701204464617
Binary11000010111110011110110111010100001001001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301733; }

 p { color: rgb(48,23,51); }

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

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

 a { background-color: rgb(48,23,51); }

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

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

 span { border-color: rgb(48,23,51); }

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