Html Css Color HEX #382039 Mardi Gras

📋 copy color: '#382039'

red 56 ◦ green 32 ◦ blue 57

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

Shades of Mardi Gras #382039

Tints of Mardi Gras #382039

RGB

 RED value IS 56 (22.27% from 255) = 38.62%

 GREEN value IS 32 (12.89% from 255) = 22.07%

 BLUE value IS 57 (22.66% from 255) = 39.31%

R = 38.62%
G = 22.07%
B = 39.31%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#382039 (or 0x382039) is known color: Mardi Gras. HEX triplet: 38, 20 and 39. RGB value is (56,32,57). Sum of RGB (Red+Green+Blue) = 56+32+57=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 57 - color contains mainly: blue. Hex color #382039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382039 is #C7DFC6. Grayscale: #292929. Windows color (decimal): -13098951 or 3743800. OLE color: 3743800.

HSL color Cylindrical-coordinate representation of color #382039: hue angle of 297.6º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #382039 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 32 57 -
CMYK 0.02 0.44 0 0.78
HSL 297.6º 0.28% 0.17% -
HSV(B) 297.6º 0.44% 0.22% -
XYZ 2.89 2.17 4.14 -
YUV 42.03 136.45 137.97 -
System Red Green Blue C M Y K H S L
Decimal 56 32 57 0.02 0.44 0 0.78 297.6 0.28 0.17
Hex 38 20 39 2 2C 0 4E 12A 1C 11
Octal 70 40 71 2 54 0 116 452 34 21
Binary 111000 100000 111001 10 101100 0 1001110 100101010 11100 10001

Color Harmonies of #382039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382039

Black with #382039

Text Example


Text Example

White with #382039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382039; }

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

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

background-color css

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

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

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

border-color css

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

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

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