Html Css Color HEX #390B34 Mardi Gras

📋 copy color: '#390B34'

red 57 ◦ green 11 ◦ blue 52

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

Shades of Mardi Gras #390B34

Tints of Mardi Gras #390B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 43.33%

R = 47.5%
G = 9.17%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#390B34 (or 0x390B34) is known color: Mardi Gras. HEX triplet: 39, 0B and 34. RGB value is (57,11,52). Sum of RGB (Red+Green+Blue) = 57+11+52=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 52 (20.70% from 255 or 43.33% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #390B34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390B34 is #C6F4CB. Grayscale: #1D1D1D. Windows color (decimal): -13038796 or 3410745. OLE color: 3410745.

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

Color convert

RGB 57 11 52 -
CMYK 0 0.81 0.09 0.78
HSL 306.52º 0.68% 0.13% -
HSV(B) 306.52º 0.81% 0.22% -
XYZ 2.43 1.36 3.38 -
YUV 29.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 57 11 52 0 0.81 0.09 0.78 306.52 0.68 0.13
Hex 39 B 34 0 51 9 4E 133 44 D
Octal 71 13 64 0 121 11 116 463 104 15
Binary 111001 1011 110100 0 1010001 1001 1001110 100110011 1000100 1101

Color Harmonies of #390B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390B34

Black with #390B34

Text Example


Text Example

White with #390B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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