Html Css Color HEX #391238 Mardi Gras

📋 copy color: '#391238'

red 57 ◦ green 18 ◦ blue 56

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

Shades of Mardi Gras #391238

Tints of Mardi Gras #391238

RGB

 RED value IS 57 (22.66% from 255) = 43.51%

 GREEN value IS 18 (7.42% from 255) = 13.74%

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

R = 43.51%
G = 13.74%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#391238 (or 0x391238) is known color: Mardi Gras. HEX triplet: 39, 12 and 38. RGB value is (57,18,56). Sum of RGB (Red+Green+Blue) = 57+18+56=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 57 - color contains mainly: red. Hex color #391238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391238 is #C6EDC7. Grayscale: #212121. Windows color (decimal): -13037000 or 3674681. OLE color: 3674681.

HSL color Cylindrical-coordinate representation of color #391238: hue angle of 301.54º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #391238 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 18 56 -
CMYK 0 0.68 0.02 0.78
HSL 301.54º 0.52% 0.15% -
HSV(B) 301.54º 0.68% 0.22% -
XYZ 2.62 1.59 3.91 -
YUV 33.99 140.42 144.41 -
System Red Green Blue C M Y K H S L
Decimal 57 18 56 0 0.68 0.02 0.78 301.54 0.52 0.15
Hex 39 12 38 0 44 2 4E 12E 34 F
Octal 71 22 70 0 104 2 116 456 64 17
Binary 111001 10010 111000 0 1000100 10 1001110 100101110 110100 1111

Color Harmonies of #391238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391238

Black with #391238

Text Example


Text Example

White with #391238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391238; }

 p { color: rgb(57,18,56); }

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

background-color css

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

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

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

border-color css

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

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

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