Html Css Color HEX #301E30 Mardi Gras

📋 copy color: '#301E30'

red 48 ◦ green 30 ◦ blue 48

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

Shades of Mardi Gras #301E30

Tints of Mardi Gras #301E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 38.1%

R = 38.1%
G = 23.81%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

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

RGB 48 30 48 -
CMYK 0 0.37 0 0.81
HSL 300º 0.23% 0.15% -
HSV(B) 300º 0.38% 0.19% -
XYZ 2.22 1.77 3.02 -
YUV 37.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 48 30 48 0 0.37 0 0.81 300 0.23 0.15
Hex 30 1E 30 0 25 0 51 12C 17 F
Octal 60 36 60 0 45 0 121 454 27 17
Binary 110000 11110 110000 0 100101 0 1010001 100101100 10111 1111

Color Harmonies of #301E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301E30

Black with #301E30

Text Example


Text Example

White with #301E30

Text Example


Text Example

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