Html Css Color HEX #301E2E Mardi Gras

📋 copy color: '#301E2E'

red 48 ◦ green 30 ◦ blue 46

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

Shades of Mardi Gras #301E2E

Tints of Mardi Gras #301E2E

RGB

 RED value IS 48 (19.14% from 255) = 38.71%

 GREEN value IS 30 (12.11% from 255) = 24.19%

 BLUE value IS 46 (18.36% from 255) = 37.1%

R = 38.71%
G = 24.19%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#301E2E (or 0x301E2E) is known color: Mardi Gras. HEX triplet: 30, 1E and 2E. RGB value is (48,30,46). Sum of RGB (Red+Green+Blue) = 48+30+46=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 48 - color contains mainly: red. Hex color #301E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E2E is #CFE1D1. Grayscale: #252525. Windows color (decimal): -13623762 or 3022384. OLE color: 3022384.

HSL color Cylindrical-coordinate representation of color #301E2E: hue angle of 306.67º 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 #301E2E is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 30 46 -
CMYK 0 0.37 0.04 0.81
HSL 306.67º 0.23% 0.15% -
HSV(B) 306.67º 0.38% 0.19% -
XYZ 2.18 1.75 2.81 -
YUV 37.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 48 30 46 0 0.37 0.04 0.81 306.67 0.23 0.15
Hex 30 1E 2E 0 25 4 51 133 17 F
Octal 60 36 56 0 45 4 121 463 27 17
Binary 110000 11110 101110 0 100101 100 1010001 100110011 10111 1111

Color Harmonies of #301E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301E2E

Black with #301E2E

Text Example


Text Example

White with #301E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #301E2E;
 }
 .AnyTagClassName
 {
   color: #301E2E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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