Html Css Color HEX #381138 Mardi Gras

📋 copy color: '#381138'

red 56 ◦ green 17 ◦ blue 56

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

Shades of Mardi Gras #381138

Tints of Mardi Gras #381138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 43.41%

R = 43.41%
G = 13.18%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#381138 (or 0x381138) is known color: Mardi Gras. HEX triplet: 38, 11 and 38. RGB value is (56,17,56). Sum of RGB (Red+Green+Blue) = 56+17+56=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #381138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381138 is #C7EEC7. Grayscale: #202020. Windows color (decimal): -13102792 or 3674424. OLE color: 3674424.

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

Color convert

RGB 56 17 56 -
CMYK 0 0.70 0 0.78
HSL 300º 0.53% 0.14% -
HSV(B) 300º 0.7% 0.22% -
XYZ 2.55 1.53 3.9 -
YUV 33.11 140.92 144.33 -
System Red Green Blue C M Y K H S L
Decimal 56 17 56 0 0.70 0 0.78 300 0.53 0.14
Hex 38 11 38 0 46 0 4E 12C 35 E
Octal 70 21 70 0 106 0 116 454 65 16
Binary 111000 10001 111000 0 1000110 0 1001110 100101100 110101 1110

Color Harmonies of #381138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381138

Black with #381138

Text Example


Text Example

White with #381138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381138; }

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

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

background-color css

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

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

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

border-color css

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

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

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