Html Css Color HEX #381136 Mardi Gras

📋 copy color: '#381136'

red 56 ◦ green 17 ◦ blue 54

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

Shades of Mardi Gras #381136

Tints of Mardi Gras #381136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 42.52%

R = 44.09%
G = 13.39%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#381136 (or 0x381136) is known color: Mardi Gras. HEX triplet: 38, 11 and 36. RGB value is (56,17,54). Sum of RGB (Red+Green+Blue) = 56+17+54=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #381136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381136 is #C7EEC9. Grayscale: #202020. Windows color (decimal): -13102794 or 3543352. OLE color: 3543352.

HSL color Cylindrical-coordinate representation of color #381136: hue angle of 303.08º 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 #381136 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 17 54 -
CMYK 0 0.70 0.04 0.78
HSL 303.08º 0.53% 0.14% -
HSV(B) 303.08º 0.7% 0.22% -
XYZ 2.5 1.51 3.65 -
YUV 32.88 139.92 144.49 -
System Red Green Blue C M Y K H S L
Decimal 56 17 54 0 0.70 0.04 0.78 303.08 0.53 0.14
Hex 38 11 36 0 46 4 4E 12F 35 E
Octal 70 21 66 0 106 4 116 457 65 16
Binary 111000 10001 110110 0 1000110 100 1001110 100101111 110101 1110

Color Harmonies of #381136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381136

Black with #381136

Text Example


Text Example

White with #381136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381136; }

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

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

background-color css

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

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

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

border-color css

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

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

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