Html Css Color HEX #390339 Mardi Gras

📋 copy color: '#390339'

red 57 ◦ green 3 ◦ blue 57

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

Shades of Mardi Gras #390339

Tints of Mardi Gras #390339

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.56%

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

R = 48.72%
G = 2.56%
B = 48.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#390339 (or 0x390339) is known color: Mardi Gras. HEX triplet: 39, 03 and 39. RGB value is (57,3,57). Sum of RGB (Red+Green+Blue) = 57+3+57=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 57 (22.66% from 255 or 48.72% from 117); Max value from RGB is 57 - color contains mainly: red, blue. Hex color #390339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390339 is #C6FCC6. Grayscale: #191919. Windows color (decimal): -13040839 or 3736377. OLE color: 3736377.

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

Color convert

RGB 57 3 57 -
CMYK 0 0.95 0 0.78
HSL 300º 0.9% 0.12% -
HSV(B) 300º 0.95% 0.22% -
XYZ 2.46 1.23 3.98 -
YUV 25.3 145.89 150.61 -
System Red Green Blue C M Y K H S L
Decimal 57 3 57 0 0.95 0 0.78 300 0.9 0.12
Hex 39 3 39 0 5F 0 4E 12C 5A C
Octal 71 3 71 0 137 0 116 454 132 14
Binary 111001 11 111001 0 1011111 0 1001110 100101100 1011010 1100

Color Harmonies of #390339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390339

Black with #390339

Text Example


Text Example

White with #390339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390339; }

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

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

background-color css

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

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

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

border-color css

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

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

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