Html Css Color HEX #301831 Mardi Gras

📋 copy color: '#301831'

red 48 ◦ green 24 ◦ blue 49

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

Shades of Mardi Gras #301831

Tints of Mardi Gras #301831

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.83%

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

R = 39.67%
G = 19.83%
B = 40.5%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#301831 (or 0x301831) is known color: Mardi Gras. HEX triplet: 30, 18 and 31. RGB value is (48,24,49). Sum of RGB (Red+Green+Blue) = 48+24+49=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 49 - color contains mainly: blue. Hex color #301831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301831 is #CFE7CE. Grayscale: #212121. Windows color (decimal): -13625295 or 3217456. OLE color: 3217456.

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

Color convert

RGB 48 24 49 -
CMYK 0.02 0.51 0 0.81
HSL 297.6º 0.34% 0.14% -
HSV(B) 297.6º 0.51% 0.19% -
XYZ 2.1 1.5 3.09 -
YUV 34.03 136.45 137.97 -
System Red Green Blue C M Y K H S L
Decimal 48 24 49 0.02 0.51 0 0.81 297.6 0.34 0.14
Hex 30 18 31 2 33 0 51 12A 22 E
Octal 60 30 61 2 63 0 121 452 42 16
Binary 110000 11000 110001 10 110011 0 1010001 100101010 100010 1110

Color Harmonies of #301831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301831

Black with #301831

Text Example


Text Example

White with #301831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301831; }

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

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

background-color css

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

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

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

border-color css

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

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

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