#301035

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

Shades of Mardi Gras #301035

Tints of Mardi Gras #301035

Color information

#301035 (or 0x301035) is unknown color: approx Mardi Gras. HEX triplet: 30, 10 and 35. RGB value is (48,16,53). Sum of RGB (Red+Green+Blue) = 48+16+53=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 53 (21.09% from 255 or 45.30% from 117); Max value from RGB is 53 - color contains mainly: blue. Hex color #301035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301035 is #CFEFCA. Grayscale: #1D1D1D. Windows color (decimal): -13627339 or 3477552. OLE color: 3477552.

HSL color Cylindrical-coordinate representation of color #301035: hue angle of 291.89º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #301035 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB481653-
CMYK0.090.7000.79
HSL291.89º53.62%13.53%-
HSV(B)291.89º69.81%20.78%-
XYZ2.051.263.5-
YUV29.79141.1140.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.03%
GREEN value IS 16 (6.64% from 255) = 13.68%
BLUE value IS 53 (21.09% from 255) = 45.30%
R=41.03%
G=13.68%
B=45.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4816530.090.7000.79291.8953.6213.53
Hex30103594604F12436e
Octal6020651110601174446616
Binary1100001000011010110011000110010011111001001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301035; }

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

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

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

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

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

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

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

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