Html Css Color HEX #381C37 Mardi Gras

📋 copy color: '#381C37'

red 56 ◦ green 28 ◦ blue 55

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

Shades of Mardi Gras #381C37

Tints of Mardi Gras #381C37

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.14%

 BLUE value IS 55 (21.88% from 255) = 39.57%

R = 40.29%
G = 20.14%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#381C37 (or 0x381C37) is known color: Mardi Gras. HEX triplet: 38, 1C and 37. RGB value is (56,28,55). Sum of RGB (Red+Green+Blue) = 56+28+55=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #381C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C37 is #C7E3C8. Grayscale: #272727. Windows color (decimal): -13099977 or 3611704. OLE color: 3611704.

HSL color Cylindrical-coordinate representation of color #381C37: hue angle of 302.14º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #381C37 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 28 55 -
CMYK 0 0.50 0.02 0.78
HSL 302.14º 0.33% 0.16% -
HSV(B) 302.14º 0.5% 0.22% -
XYZ 2.74 1.95 3.85 -
YUV 39.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 56 28 55 0 0.50 0.02 0.78 302.14 0.33 0.16
Hex 38 1C 37 0 32 2 4E 12E 21 10
Octal 70 34 67 0 62 2 116 456 41 20
Binary 111000 11100 110111 0 110010 10 1001110 100101110 100001 10000

Color Harmonies of #381C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C37

Black with #381C37

Text Example


Text Example

White with #381C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381C37; }

 p { color: rgb(56,28,55); }

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

background-color css

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

 a { background-color: rgb(56,28,55); }

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

border-color css

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

 span { border-color: rgb(56,28,55); }

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