Html Css Color HEX #301431 Mardi Gras

📋 copy color: '#301431'

red 48 ◦ green 20 ◦ blue 49

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

Shades of Mardi Gras #301431

Tints of Mardi Gras #301431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.09%

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

R = 41.03%
G = 17.09%
B = 41.88%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#301431 (or 0x301431) is known color: Mardi Gras. HEX triplet: 30, 14 and 31. RGB value is (48,20,49). Sum of RGB (Red+Green+Blue) = 48+20+49=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 49 - color contains mainly: blue. Hex color #301431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301431 is #CFEBCE. Grayscale: #1F1F1F. Windows color (decimal): -13626319 or 3216432. OLE color: 3216432.

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

Color convert

RGB 48 20 49 -
CMYK 0.02 0.59 0 0.81
HSL 297.93º 0.42% 0.14% -
HSV(B) 297.93º 0.59% 0.19% -
XYZ 2.02 1.35 3.06 -
YUV 31.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 48 20 49 0.02 0.59 0 0.81 297.93 0.42 0.14
Hex 30 14 31 2 3B 0 51 12A 2A E
Octal 60 24 61 2 73 0 121 452 52 16
Binary 110000 10100 110001 10 111011 0 1010001 100101010 101010 1110

Color Harmonies of #301431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301431

Black with #301431

Text Example


Text Example

White with #301431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301431; }

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

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

background-color css

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

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

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

border-color css

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

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

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