Html Css Color HEX #390F3B Mardi Gras

📋 copy color: '#390F3B'

red 57 ◦ green 15 ◦ blue 59

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

Shades of Mardi Gras #390F3B

Tints of Mardi Gras #390F3B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.45%

 BLUE value IS 59 (23.44% from 255) = 45.04%

R = 43.51%
G = 11.45%
B = 45.04%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#390F3B (or 0x390F3B) is known color: Mardi Gras. HEX triplet: 39, 0F and 3B. RGB value is (57,15,59). Sum of RGB (Red+Green+Blue) = 57+15+59=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 59 (23.44% from 255 or 45.04% from 131); Max value from RGB is 59 - color contains mainly: blue. Hex color #390F3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390F3B is #C6F0C4. Grayscale: #202020. Windows color (decimal): -13037765 or 3870521. OLE color: 3870521.

HSL color Cylindrical-coordinate representation of color #390F3B: hue angle of 297.27º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #390F3B is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 57 15 59 -
CMYK 0.03 0.75 0 0.77
HSL 297.27º 0.59% 0.15% -
HSV(B) 297.27º 0.75% 0.23% -
XYZ 2.65 1.53 4.29 -
YUV 32.57 142.91 145.42 -
System Red Green Blue C M Y K H S L
Decimal 57 15 59 0.03 0.75 0 0.77 297.27 0.59 0.15
Hex 39 F 3B 3 4B 0 4D 129 3B F
Octal 71 17 73 3 113 0 115 451 73 17
Binary 111001 1111 111011 11 1001011 0 1001101 100101001 111011 1111

Color Harmonies of #390F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390F3B

Black with #390F3B

Text Example


Text Example

White with #390F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,15,59); }

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

background-color css

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

 a { background-color: rgb(57,15,59); }

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

border-color css

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

 span { border-color: rgb(57,15,59); }

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