Html Css Color HEX #390338 Mardi Gras

📋 copy color: '#390338'

red 57 ◦ green 3 ◦ blue 56

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

Shades of Mardi Gras #390338

Tints of Mardi Gras #390338

RGB

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

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

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

R = 49.14%
G = 2.59%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#390338 (or 0x390338) is known color: Mardi Gras. HEX triplet: 39, 03 and 38. RGB value is (57,3,56). Sum of RGB (Red+Green+Blue) = 57+3+56=116 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.14% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 57 - color contains mainly: red. Hex color #390338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390338 is #C6FCC7. Grayscale: #191919. Windows color (decimal): -13040840 or 3670841. OLE color: 3670841.

HSL color Cylindrical-coordinate representation of color #390338: hue angle of 301.11º 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 #390338 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 3 56 -
CMYK 0 0.95 0.02 0.78
HSL 301.11º 0.9% 0.12% -
HSV(B) 301.11º 0.95% 0.22% -
XYZ 2.43 1.22 3.85 -
YUV 25.19 145.39 150.69 -
System Red Green Blue C M Y K H S L
Decimal 57 3 56 0 0.95 0.02 0.78 301.11 0.9 0.12
Hex 39 3 38 0 5F 2 4E 12D 5A C
Octal 71 3 70 0 137 2 116 455 132 14
Binary 111001 11 111000 0 1011111 10 1001110 100101101 1011010 1100

Color Harmonies of #390338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390338

Black with #390338

Text Example


Text Example

White with #390338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390338; }

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

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

background-color css

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

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

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

border-color css

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

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

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