Html Css Color HEX #381131 Mardi Gras

📋 copy color: '#381131'

red 56 ◦ green 17 ◦ blue 49

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

Shades of Mardi Gras #381131

Tints of Mardi Gras #381131

RGB

 RED value IS 56 (22.27% from 255) = 45.9%

 GREEN value IS 17 (7.03% from 255) = 13.93%

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

R = 45.9%
G = 13.93%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#381131 (or 0x381131) is known color: Mardi Gras. HEX triplet: 38, 11 and 31. RGB value is (56,17,49). Sum of RGB (Red+Green+Blue) = 56+17+49=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #381131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381131 is #C7EECE. Grayscale: #202020. Windows color (decimal): -13102799 or 3215672. OLE color: 3215672.

HSL color Cylindrical-coordinate representation of color #381131: hue angle of 310.77º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381131 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 17 49 -
CMYK 0 0.70 0.12 0.78
HSL 310.77º 0.53% 0.14% -
HSV(B) 310.77º 0.7% 0.22% -
XYZ 2.39 1.46 3.06 -
YUV 32.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 56 17 49 0 0.70 0.12 0.78 310.77 0.53 0.14
Hex 38 11 31 0 46 C 4E 137 35 E
Octal 70 21 61 0 106 14 116 467 65 16
Binary 111000 10001 110001 0 1000110 1100 1001110 100110111 110101 1110

Color Harmonies of #381131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381131

Black with #381131

Text Example


Text Example

White with #381131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381131; }

 p { color: rgb(56,17,49); }

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

background-color css

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

 a { background-color: rgb(56,17,49); }

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

border-color css

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

 span { border-color: rgb(56,17,49); }

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