Html Css Color HEX #391339 Mardi Gras

📋 copy color: '#391339'

red 57 ◦ green 19 ◦ blue 57

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

Shades of Mardi Gras #391339

Tints of Mardi Gras #391339

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.29%

 BLUE value IS 57 (22.66% from 255) = 42.86%

R = 42.86%
G = 14.29%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#391339 (or 0x391339) is known color: Mardi Gras. HEX triplet: 39, 13 and 39. RGB value is (57,19,57). Sum of RGB (Red+Green+Blue) = 57+19+57=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 57 - color contains mainly: red, blue. Hex color #391339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391339 is #C6ECC6. Grayscale: #222222. Windows color (decimal): -13036743 or 3740473. OLE color: 3740473.

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

Color convert

RGB 57 19 57 -
CMYK 0 0.67 0 0.78
HSL 300º 0.5% 0.15% -
HSV(B) 300º 0.67% 0.22% -
XYZ 2.66 1.63 4.05 -
YUV 34.69 140.59 143.91 -
System Red Green Blue C M Y K H S L
Decimal 57 19 57 0 0.67 0 0.78 300 0.5 0.15
Hex 39 13 39 0 43 0 4E 12C 32 F
Octal 71 23 71 0 103 0 116 454 62 17
Binary 111001 10011 111001 0 1000011 0 1001110 100101100 110010 1111

Color Harmonies of #391339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391339

Black with #391339

Text Example


Text Example

White with #391339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391339; }

 p { color: rgb(57,19,57); }

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

background-color css

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

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

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

border-color css

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

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

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