Html Css Color HEX #390B37 Mardi Gras

📋 copy color: '#390B37'

red 57 ◦ green 11 ◦ blue 55

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

Shades of Mardi Gras #390B37

Tints of Mardi Gras #390B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 44.72%

R = 46.34%
G = 8.94%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#390B37 (or 0x390B37) is known color: Mardi Gras. HEX triplet: 39, 0B and 37. RGB value is (57,11,55). Sum of RGB (Red+Green+Blue) = 57+11+55=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #390B37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390B37 is #C6F4C8. Grayscale: #1D1D1D. Windows color (decimal): -13038793 or 3607353. OLE color: 3607353.

HSL color Cylindrical-coordinate representation of color #390B37: hue angle of 302.61º 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 #390B37 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 11 55 -
CMYK 0 0.81 0.04 0.78
HSL 302.61º 0.68% 0.13% -
HSV(B) 302.61º 0.81% 0.22% -
XYZ 2.5 1.39 3.75 -
YUV 29.77 142.24 147.42 -
System Red Green Blue C M Y K H S L
Decimal 57 11 55 0 0.81 0.04 0.78 302.61 0.68 0.13
Hex 39 B 37 0 51 4 4E 12F 44 D
Octal 71 13 67 0 121 4 116 457 104 15
Binary 111001 1011 110111 0 1010001 100 1001110 100101111 1000100 1101

Color Harmonies of #390B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390B37

Black with #390B37

Text Example


Text Example

White with #390B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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