Html Css Color HEX #301E32 Mardi Gras

📋 copy color: '#301E32'

red 48 ◦ green 30 ◦ blue 50

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

Shades of Mardi Gras #301E32

Tints of Mardi Gras #301E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 39.06%

R = 37.5%
G = 23.44%
B = 39.06%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#301E32 (or 0x301E32) is known color: Mardi Gras. HEX triplet: 30, 1E and 32. RGB value is (48,30,50). Sum of RGB (Red+Green+Blue) = 48+30+50=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 50 (19.92% from 255 or 39.06% from 128); Max value from RGB is 50 - color contains mainly: blue. Hex color #301E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E32 is #CFE1CD. Grayscale: #252525. Windows color (decimal): -13623758 or 3284528. OLE color: 3284528.

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

Color convert

RGB 48 30 50 -
CMYK 0.04 0.40 0 0.80
HSL 294º 0.25% 0.16% -
HSV(B) 294º 0.4% 0.2% -
XYZ 2.26 1.79 3.24 -
YUV 37.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 48 30 50 0.04 0.40 0 0.80 294 0.25 0.16
Hex 30 1E 32 4 28 0 50 126 19 10
Octal 60 36 62 4 50 0 120 446 31 20
Binary 110000 11110 110010 100 101000 0 1010000 100100110 11001 10000

Color Harmonies of #301E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301E32

Black with #301E32

Text Example


Text Example

White with #301E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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