Html Css Color HEX #301731 Mardi Gras

📋 copy color: '#301731'

red 48 ◦ green 23 ◦ blue 49

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

Shades of Mardi Gras #301731

Tints of Mardi Gras #301731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.17%

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

R = 40%
G = 19.17%
B = 40.83%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#301731 (or 0x301731) is known color: Mardi Gras. HEX triplet: 30, 17 and 31. RGB value is (48,23,49). Sum of RGB (Red+Green+Blue) = 48+23+49=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 49 - color contains mainly: blue. Hex color #301731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301731 is #CFE8CE. Grayscale: #212121. Windows color (decimal): -13625551 or 3217200. OLE color: 3217200.

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

Color convert

RGB 48 23 49 -
CMYK 0.02 0.53 0 0.81
HSL 297.69º 0.36% 0.14% -
HSV(B) 297.69º 0.53% 0.19% -
XYZ 2.08 1.46 3.08 -
YUV 33.44 136.78 138.39 -
System Red Green Blue C M Y K H S L
Decimal 48 23 49 0.02 0.53 0 0.81 297.69 0.36 0.14
Hex 30 17 31 2 35 0 51 12A 24 E
Octal 60 27 61 2 65 0 121 452 44 16
Binary 110000 10111 110001 10 110101 0 1010001 100101010 100100 1110

Color Harmonies of #301731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301731

Black with #301731

Text Example


Text Example

White with #301731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301731; }

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

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

background-color css

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

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

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

border-color css

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

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

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