Html Css Color HEX #380131 Mardi Gras

📋 copy color: '#380131'

red 56 ◦ green 1 ◦ blue 49

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

Shades of Mardi Gras #380131

Tints of Mardi Gras #380131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.94%

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

R = 52.83%
G = 0.94%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#380131 (or 0x380131) is known color: Mardi Gras. HEX triplet: 38, 01 and 31. RGB value is (56,1,49). Sum of RGB (Red+Green+Blue) = 56+1+49=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #380131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380131 is #C7FECE. Grayscale: #161616. Windows color (decimal): -13106895 or 3211576. OLE color: 3211576.

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

Color convert

RGB 56 1 49 -
CMYK 0 0.98 0.12 0.78
HSL 307.64º 0.96% 0.11% -
HSV(B) 307.64º 0.98% 0.22% -
XYZ 2.2 1.08 3 -
YUV 22.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 56 1 49 0 0.98 0.12 0.78 307.64 0.96 0.11
Hex 38 1 31 0 62 C 4E 134 60 B
Octal 70 1 61 0 142 14 116 464 140 13
Binary 111000 1 110001 0 1100010 1100 1001110 100110100 1100000 1011

Color Harmonies of #380131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380131

Black with #380131

Text Example


Text Example

White with #380131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380131; }

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

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

background-color css

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

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

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

border-color css

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

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

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