#301D2E

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

Shades of Mardi Gras #301D2E

Tints of Mardi Gras #301D2E

Color information

#301D2E (or 0x301D2E) is unknown color: approx Mardi Gras. HEX triplet: 30, 1D and 2E. RGB value is (48,29,46). Sum of RGB (Red+Green+Blue) = 48+29+46=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 48 - color contains mainly: red. Hex color #301D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D2E is #CFE2D1. Grayscale: #242424. Windows color (decimal): -13624018 or 3022128. OLE color: 3022128.

HSL color Cylindrical-coordinate representation of color #301D2E: hue angle of 306.32º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #301D2E is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB482946-
CMYK00.400.040.81
HSL306.32º24.68%15.1%-
HSV(B)306.32º39.58%18.82%-
XYZ2.151.72.8-
YUV36.62133.29136.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 29 (11.72% from 255) = 23.58%
BLUE value IS 46 (18.36% from 255) = 37.40%
R=39.02%
G=23.58%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48294600.400.040.81306.3224.6815.1
Hex301D2E02845113219f
Octal60355605041214623117
Binary1100001110110111001010001001010001100110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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