#301A2D

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

Shades of Mardi Gras #301A2D

Tints of Mardi Gras #301A2D

Color information

#301A2D (or 0x301A2D) is unknown color: approx Mardi Gras. HEX triplet: 30, 1A and 2D. RGB value is (48,26,45). Sum of RGB (Red+Green+Blue) = 48+26+45=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 48 - color contains mainly: red. Hex color #301A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A2D is #CFE5D2. Grayscale: #222222. Windows color (decimal): -13624787 or 2955824. OLE color: 2955824.

HSL color Cylindrical-coordinate representation of color #301A2D: hue angle of 308.18º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #301A2D is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB482645-
CMYK00.460.060.81
HSL308.18º29.73%14.51%-
HSV(B)308.18º45.83%18.82%-
XYZ2.061.562.67-
YUV34.74133.79137.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.34%
GREEN value IS 26 (10.55% from 255) = 21.85%
BLUE value IS 45 (17.97% from 255) = 37.82%
R=40.34%
G=21.85%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48264500.460.060.81308.1829.7314.51
Hex301A2D02E6511341ef
Octal60325505661214643617
Binary1100001101010110101011101101010001100110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301A2D; }

 p { color: rgb(48,26,45); }

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

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

 a { background-color: rgb(48,26,45); }

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

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

 span { border-color: rgb(48,26,45); }

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