Html Css Color HEX #390138 Mardi Gras

📋 copy color: '#390138'

red 57 ◦ green 1 ◦ blue 56

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

Shades of Mardi Gras #390138

Tints of Mardi Gras #390138

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

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

R = 50%
G = 0.88%
B = 49.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#390138 (or 0x390138) is known color: Mardi Gras. HEX triplet: 39, 01 and 38. RGB value is (57,1,56). Sum of RGB (Red+Green+Blue) = 57+1+56=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 56 (22.27% from 255 or 49.12% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #390138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390138 is #C6FEC7. Grayscale: #171717. Windows color (decimal): -13041352 or 3670329. OLE color: 3670329.

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

Color convert

RGB 57 1 56 -
CMYK 0 0.98 0.02 0.78
HSL 301.07º 0.97% 0.11% -
HSV(B) 301.07º 0.98% 0.22% -
XYZ 2.41 1.18 3.84 -
YUV 24.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 57 1 56 0 0.98 0.02 0.78 301.07 0.97 0.11
Hex 39 1 38 0 62 2 4E 12D 61 B
Octal 71 1 70 0 142 2 116 455 141 13
Binary 111001 1 111000 0 1100010 10 1001110 100101101 1100001 1011

Color Harmonies of #390138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390138

Black with #390138

Text Example


Text Example

White with #390138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390138; }

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

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

background-color css

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

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

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

border-color css

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

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

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