#301D34

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

Shades of Mardi Gras #301D34

Tints of Mardi Gras #301D34

Color information

#301D34 (or 0x301D34) is unknown color: approx Mardi Gras. HEX triplet: 30, 1D and 34. RGB value is (48,29,52). Sum of RGB (Red+Green+Blue) = 48+29+52=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 52 - color contains mainly: blue. Hex color #301D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D34 is #CFE2CB. Grayscale: #252525. Windows color (decimal): -13624012 or 3415344. OLE color: 3415344.

HSL color Cylindrical-coordinate representation of color #301D34: hue angle of 289.57º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #301D34 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB482952-
CMYK0.080.4400.80
HSL289.57º28.4%15.88%-
HSV(B)289.57º44.23%20.39%-
XYZ2.281.763.47-
YUV37.3136.29135.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.21%
GREEN value IS 29 (11.72% from 255) = 22.48%
BLUE value IS 52 (20.70% from 255) = 40.31%
R=37.21%
G=22.48%
B=40.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4829520.080.4400.80289.5728.415.88
Hex301D3482C0501221c10
Octal603564105401204423420
Binary110000111011101001000101100010100001001000101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,29,52); }

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

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

 a { background-color: rgb(48,29,52); }

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

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

 span { border-color: rgb(48,29,52); }

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