Html Css Color HEX #390233 Mardi Gras

📋 copy color: '#390233'

red 57 ◦ green 2 ◦ blue 51

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

Shades of Mardi Gras #390233

Tints of Mardi Gras #390233

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.82%

 BLUE value IS 51 (20.31% from 255) = 46.36%

R = 51.82%
G = 1.82%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#390233 (or 0x390233) is known color: Mardi Gras. HEX triplet: 39, 02 and 33. RGB value is (57,2,51). Sum of RGB (Red+Green+Blue) = 57+2+51=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #390233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390233 is #C6FDCC. Grayscale: #171717. Windows color (decimal): -13041101 or 3342905. OLE color: 3342905.

HSL color Cylindrical-coordinate representation of color #390233: hue angle of 306.55º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390233 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 2 51 -
CMYK 0 0.96 0.11 0.78
HSL 306.55º 0.93% 0.12% -
HSV(B) 306.55º 0.96% 0.22% -
XYZ 2.31 1.15 3.23 -
YUV 24.03 143.22 151.52 -
System Red Green Blue C M Y K H S L
Decimal 57 2 51 0 0.96 0.11 0.78 306.55 0.93 0.12
Hex 39 2 33 0 60 B 4E 133 5D C
Octal 71 2 63 0 140 13 116 463 135 14
Binary 111001 10 110011 0 1100000 1011 1001110 100110011 1011101 1100

Color Harmonies of #390233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390233

Black with #390233

Text Example


Text Example

White with #390233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390233; }

 p { color: rgb(57,2,51); }

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

background-color css

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

 a { background-color: rgb(57,2,51); }

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

border-color css

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

 span { border-color: rgb(57,2,51); }

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