Html Css Color HEX #301A31 Mardi Gras

📋 copy color: '#301A31'

red 48 ◦ green 26 ◦ blue 49

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

Shades of Mardi Gras #301A31

Tints of Mardi Gras #301A31

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.14%

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

R = 39.02%
G = 21.14%
B = 39.84%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#301A31 (or 0x301A31) is known color: Mardi Gras. HEX triplet: 30, 1A and 31. RGB value is (48,26,49). Sum of RGB (Red+Green+Blue) = 48+26+49=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 49 - color contains mainly: blue. Hex color #301A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A31 is #CFE5CE. Grayscale: #232323. Windows color (decimal): -13624783 or 3217968. OLE color: 3217968.

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

Color convert

RGB 48 26 49 -
CMYK 0.02 0.47 0 0.81
HSL 297.39º 0.31% 0.15% -
HSV(B) 297.39º 0.47% 0.19% -
XYZ 2.14 1.59 3.1 -
YUV 35.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 48 26 49 0.02 0.47 0 0.81 297.39 0.31 0.15
Hex 30 1A 31 2 2F 0 51 129 1F F
Octal 60 32 61 2 57 0 121 451 37 17
Binary 110000 11010 110001 10 101111 0 1010001 100101001 11111 1111

Color Harmonies of #301A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A31

Black with #301A31

Text Example


Text Example

White with #301A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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