Html Css Color HEX #390939 Mardi Gras

📋 copy color: '#390939'

red 57 ◦ green 9 ◦ blue 57

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

Shades of Mardi Gras #390939

Tints of Mardi Gras #390939

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.32%

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

R = 46.34%
G = 7.32%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#390939 (or 0x390939) is known color: Mardi Gras. HEX triplet: 39, 09 and 39. RGB value is (57,9,57). Sum of RGB (Red+Green+Blue) = 57+9+57=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 57 - color contains mainly: red, blue. Hex color #390939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390939 is #C6F6C6. Grayscale: #1C1C1C. Windows color (decimal): -13039303 or 3737913. OLE color: 3737913.

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

Color convert

RGB 57 9 57 -
CMYK 0 0.84 0 0.78
HSL 300º 0.73% 0.13% -
HSV(B) 300º 0.84% 0.22% -
XYZ 2.52 1.36 4 -
YUV 28.82 143.9 148.1 -
System Red Green Blue C M Y K H S L
Decimal 57 9 57 0 0.84 0 0.78 300 0.73 0.13
Hex 39 9 39 0 54 0 4E 12C 49 D
Octal 71 11 71 0 124 0 116 454 111 15
Binary 111001 1001 111001 0 1010100 0 1001110 100101100 1001001 1101

Color Harmonies of #390939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390939

Black with #390939

Text Example


Text Example

White with #390939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390939; }

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

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

background-color css

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

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

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

border-color css

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

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

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