Html Css Color HEX #301C31 Mardi Gras

📋 copy color: '#301C31'

red 48 ◦ green 28 ◦ blue 49

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

Shades of Mardi Gras #301C31

Tints of Mardi Gras #301C31

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.4%

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

R = 38.4%
G = 22.4%
B = 39.2%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#301C31 (or 0x301C31) is known color: Mardi Gras. HEX triplet: 30, 1C and 31. RGB value is (48,28,49). Sum of RGB (Red+Green+Blue) = 48+28+49=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 49 - color contains mainly: blue. Hex color #301C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C31 is #CFE3CE. Grayscale: #242424. Windows color (decimal): -13624271 or 3218480. OLE color: 3218480.

HSL color Cylindrical-coordinate representation of color #301C31: hue angle of 297.14º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #301C31 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 28 49 -
CMYK 0.02 0.43 0 0.81
HSL 297.14º 0.27% 0.15% -
HSV(B) 297.14º 0.43% 0.19% -
XYZ 2.19 1.68 3.11 -
YUV 36.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 48 28 49 0.02 0.43 0 0.81 297.14 0.27 0.15
Hex 30 1C 31 2 2B 0 51 129 1B F
Octal 60 34 61 2 53 0 121 451 33 17
Binary 110000 11100 110001 10 101011 0 1010001 100101001 11011 1111

Color Harmonies of #301C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C31

Black with #301C31

Text Example


Text Example

White with #301C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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