Html Css Color HEX #331E30 Mardi Gras

📋 copy color: '#331E30'

red 51 ◦ green 30 ◦ blue 48

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

Shades of Mardi Gras #331E30

Tints of Mardi Gras #331E30

RGB

 RED value IS 51 (20.31% from 255) = 39.53%

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

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

R = 39.53%
G = 23.26%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#331E30 (or 0x331E30) is known color: Mardi Gras. HEX triplet: 33, 1E and 30. RGB value is (51,30,48). Sum of RGB (Red+Green+Blue) = 51+30+48=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 51 - color contains mainly: red. Hex color #331E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E30 is #CCE1CF. Grayscale: #262626. Windows color (decimal): -13427152 or 3153459. OLE color: 3153459.

HSL color Cylindrical-coordinate representation of color #331E30: hue angle of 308.57º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #331E30 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 30 48 -
CMYK 0 0.41 0.06 0.8
HSL 308.57º 0.26% 0.16% -
HSV(B) 308.57º 0.41% 0.2% -
XYZ 2.36 1.85 3.03 -
YUV 38.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 51 30 48 0 0.41 0.06 0.8 308.57 0.26 0.16
Hex 33 1E 30 0 29 6 50 135 1A 10
Octal 63 36 60 0 51 6 120 465 32 20
Binary 110011 11110 110000 0 101001 110 1010000 100110101 11010 10000

Color Harmonies of #331E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331E30

Black with #331E30

Text Example


Text Example

White with #331E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331E30; }

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

 H1.HeaderClassName
 {
   color: #331E30;
 }
 .AnyTagClassName
 {
   color: #331E30;
 }
</style>

background-color css

<style>
 a { background-color: #331E30; }

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

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

border-color css

<style>
 span { border-color: #331E30; }

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

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