#301E30

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

Shades of Mardi Gras #301E30

Tints of Mardi Gras #301E30

Color information

#301E30 (or 0x301E30) is unknown color: approx Mardi Gras. HEX triplet: 30, 1E and 30. RGB value is (48,30,48). Sum of RGB (Red+Green+Blue) = 48+30+48=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #301E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E30 is #CFE1CF. Grayscale: #252525. Windows color (decimal): -13623760 or 3153456. OLE color: 3153456.

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

Color convert

RGB483048-
CMYK00.3700.81
HSL300º23.08%15.29%-
HSV(B)300º37.5%18.82%-
XYZ2.221.773.02-
YUV37.43133.96135.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.10%
GREEN value IS 30 (12.11% from 255) = 23.81%
BLUE value IS 48 (19.14% from 255) = 38.10%
R=38.10%
G=23.81%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48304800.3700.8130023.0815.29
Hex301E3002505112c17f
Octal60366004501214542717
Binary11000011110110000010010101010001100101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,30,48); }

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

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

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

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

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

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

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