Html Css Color HEX #390A38 Mardi Gras

📋 copy color: '#390A38'

red 57 ◦ green 10 ◦ blue 56

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

Shades of Mardi Gras #390A38

Tints of Mardi Gras #390A38

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.13%

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

R = 46.34%
G = 8.13%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#390A38 (or 0x390A38) is known color: Mardi Gras. HEX triplet: 39, 0A and 38. RGB value is (57,10,56). Sum of RGB (Red+Green+Blue) = 57+10+56=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #390A38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390A38 is #C6F5C7. Grayscale: #1D1D1D. Windows color (decimal): -13039048 or 3672633. OLE color: 3672633.

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

Color convert

RGB 57 10 56 -
CMYK 0 0.82 0.02 0.78
HSL 301.28º 0.7% 0.13% -
HSV(B) 301.28º 0.82% 0.22% -
XYZ 2.51 1.37 3.87 -
YUV 29.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 57 10 56 0 0.82 0.02 0.78 301.28 0.7 0.13
Hex 39 A 38 0 52 2 4E 12D 46 D
Octal 71 12 70 0 122 2 116 455 106 15
Binary 111001 1010 111000 0 1010010 10 1001110 100101101 1000110 1101

Color Harmonies of #390A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390A38

Black with #390A38

Text Example


Text Example

White with #390A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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