Html Css Color HEX #381031 Mardi Gras

📋 copy color: '#381031'

red 56 ◦ green 16 ◦ blue 49

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

Shades of Mardi Gras #381031

Tints of Mardi Gras #381031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.22%

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

R = 46.28%
G = 13.22%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#381031 (or 0x381031) is known color: Mardi Gras. HEX triplet: 38, 10 and 31. RGB value is (56,16,49). Sum of RGB (Red+Green+Blue) = 56+16+49=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #381031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381031 is #C7EFCE. Grayscale: #1F1F1F. Windows color (decimal): -13103055 or 3215416. OLE color: 3215416.

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

Color convert

RGB 56 16 49 -
CMYK 0 0.71 0.12 0.78
HSL 310.5º 0.56% 0.14% -
HSV(B) 310.5º 0.71% 0.22% -
XYZ 2.37 1.43 3.06 -
YUV 31.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 56 16 49 0 0.71 0.12 0.78 310.5 0.56 0.14
Hex 38 10 31 0 47 C 4E 136 38 E
Octal 70 20 61 0 107 14 116 466 70 16
Binary 111000 10000 110001 0 1000111 1100 1001110 100110110 111000 1110

Color Harmonies of #381031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381031

Black with #381031

Text Example


Text Example

White with #381031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381031; }

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

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

background-color css

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

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

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

border-color css

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

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

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