Html Css Color HEX #390838 Mardi Gras

📋 copy color: '#390838'

red 57 ◦ green 8 ◦ blue 56

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

Shades of Mardi Gras #390838

Tints of Mardi Gras #390838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.61%

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

R = 47.11%
G = 6.61%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#390838 (or 0x390838) is known color: Mardi Gras. HEX triplet: 39, 08 and 38. RGB value is (57,8,56). Sum of RGB (Red+Green+Blue) = 57+8+56=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 57 - color contains mainly: red. Hex color #390838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390838 is #C6F7C7. Grayscale: #1B1B1B. Windows color (decimal): -13039560 or 3672121. OLE color: 3672121.

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

Color convert

RGB 57 8 56 -
CMYK 0 0.86 0.02 0.78
HSL 301.22º 0.75% 0.13% -
HSV(B) 301.22º 0.86% 0.22% -
XYZ 2.49 1.33 3.87 -
YUV 28.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 57 8 56 0 0.86 0.02 0.78 301.22 0.75 0.13
Hex 39 8 38 0 56 2 4E 12D 4B D
Octal 71 10 70 0 126 2 116 455 113 15
Binary 111001 1000 111000 0 1010110 10 1001110 100101101 1001011 1101

Color Harmonies of #390838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390838

Black with #390838

Text Example


Text Example

White with #390838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390838; }

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

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

background-color css

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

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

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

border-color css

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

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

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