Html Css Color HEX #301D2E Mardi Gras

📋 copy color: '#301D2E'

red 48 ◦ green 29 ◦ blue 46

#301D2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #301D2E

Tints of Mardi Gras #301D2E

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.4%

R = 39.02%
G = 23.58%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#301D2E (or 0x301D2E) is known color: 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

RGB 48 29 46 -
CMYK 0 0.40 0.04 0.81
HSL 306.32º 0.25% 0.15% -
HSV(B) 306.32º 0.4% 0.19% -
XYZ 2.15 1.7 2.8 -
YUV 36.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 48 29 46 0 0.40 0.04 0.81 306.32 0.25 0.15
Hex 30 1D 2E 0 28 4 51 132 19 F
Octal 60 35 56 0 50 4 121 462 31 17
Binary 110000 11101 101110 0 101000 100 1010001 100110010 11001 1111

Color Harmonies of #301D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301D2E

Black with #301D2E

Text Example


Text Example

White with #301D2E

Text Example


Text Example

HTML Codes & Css Web 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>