Html Css Color HEX #382139 Mardi Gras

📋 copy color: '#382139'

red 56 ◦ green 33 ◦ blue 57

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

Shades of Mardi Gras #382139

Tints of Mardi Gras #382139

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.6%

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

R = 38.36%
G = 22.6%
B = 39.04%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#382139 (or 0x382139) is known color: Mardi Gras. HEX triplet: 38, 21 and 39. RGB value is (56,33,57). Sum of RGB (Red+Green+Blue) = 56+33+57=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 57 - color contains mainly: blue. Hex color #382139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382139 is #C7DEC6. Grayscale: #2A2A2A. Windows color (decimal): -13098695 or 3744056. OLE color: 3744056.

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

Color convert

RGB 56 33 57 -
CMYK 0.02 0.42 0 0.78
HSL 297.5º 0.27% 0.18% -
HSV(B) 297.5º 0.42% 0.22% -
XYZ 2.91 2.22 4.15 -
YUV 42.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 56 33 57 0.02 0.42 0 0.78 297.5 0.27 0.18
Hex 38 21 39 2 2A 0 4E 12A 1B 12
Octal 70 41 71 2 52 0 116 452 33 22
Binary 111000 100001 111001 10 101010 0 1001110 100101010 11011 10010

Color Harmonies of #382139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382139

Black with #382139

Text Example


Text Example

White with #382139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382139; }

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

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

background-color css

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

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

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

border-color css

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

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

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