#301133

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

Shades of Mardi Gras #301133

Tints of Mardi Gras #301133

Color information

#301133 (or 0x301133) is unknown color: approx Mardi Gras. HEX triplet: 30, 11 and 33. RGB value is (48,17,51). Sum of RGB (Red+Green+Blue) = 48+17+51=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 51 - color contains mainly: blue. Hex color #301133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301133 is #CFEECC. Grayscale: #1E1E1E. Windows color (decimal): -13627085 or 3346736. OLE color: 3346736.

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

Color convert

RGB481751-
CMYK0.060.6700.8
HSL294.71º50%13.33%-
HSV(B)294.71º66.67%20%-
XYZ2.021.273.27-
YUV30.14139.77140.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 17 (7.03% from 255) = 14.66%
BLUE value IS 51 (20.31% from 255) = 43.97%
R=41.38%
G=14.66%
B=43.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4817510.060.6700.8294.715013.33
Hex30113364305012732d
Octal602163610301204476215
Binary110000100011100111101000011010100001001001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301133; }

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

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

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

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

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

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

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

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