Html Css Color HEX #390B38 Mardi Gras

📋 copy color: '#390B38'

red 57 ◦ green 11 ◦ blue 56

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

Shades of Mardi Gras #390B38

Tints of Mardi Gras #390B38

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.87%

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

R = 45.97%
G = 8.87%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#390B38 (or 0x390B38) is known color: Mardi Gras. HEX triplet: 39, 0B and 38. RGB value is (57,11,56). Sum of RGB (Red+Green+Blue) = 57+11+56=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #390B38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390B38 is #C6F4C7. Grayscale: #1D1D1D. Windows color (decimal): -13038792 or 3672889. OLE color: 3672889.

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

Color convert

RGB 57 11 56 -
CMYK 0 0.81 0.02 0.78
HSL 301.3º 0.68% 0.13% -
HSV(B) 301.3º 0.81% 0.22% -
XYZ 2.52 1.39 3.88 -
YUV 29.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 57 11 56 0 0.81 0.02 0.78 301.3 0.68 0.13
Hex 39 B 38 0 51 2 4E 12D 44 D
Octal 71 13 70 0 121 2 116 455 104 15
Binary 111001 1011 111000 0 1010001 10 1001110 100101101 1000100 1101

Color Harmonies of #390B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390B38

Black with #390B38

Text Example


Text Example

White with #390B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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