Html Css Color HEX #302131 Mardi Gras

📋 copy color: '#302131'

red 48 ◦ green 33 ◦ blue 49

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

Shades of Mardi Gras #302131

Tints of Mardi Gras #302131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.38%

 BLUE value IS 49 (19.53% from 255) = 37.69%

R = 36.92%
G = 25.38%
B = 37.69%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#302131 (or 0x302131) is known color: Mardi Gras. HEX triplet: 30, 21 and 31. RGB value is (48,33,49). Sum of RGB (Red+Green+Blue) = 48+33+49=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 49 - color contains mainly: blue. Hex color #302131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302131 is #CFDECE. Grayscale: #272727. Windows color (decimal): -13622991 or 3219760. OLE color: 3219760.

HSL color Cylindrical-coordinate representation of color #302131: hue angle of 296.25º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #302131 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 33 49 -
CMYK 0.02 0.33 0 0.81
HSL 296.25º 0.2% 0.16% -
HSV(B) 296.25º 0.33% 0.19% -
XYZ 2.32 1.94 3.16 -
YUV 39.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 48 33 49 0.02 0.33 0 0.81 296.25 0.2 0.16
Hex 30 21 31 2 21 0 51 128 14 10
Octal 60 41 61 2 41 0 121 450 24 20
Binary 110000 100001 110001 10 100001 0 1010001 100101000 10100 10000

Color Harmonies of #302131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302131

Black with #302131

Text Example


Text Example

White with #302131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302131; }

 p { color: rgb(48,33,49); }

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

background-color css

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

 a { background-color: rgb(48,33,49); }

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

border-color css

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

 span { border-color: rgb(48,33,49); }

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