Html Css Color HEX #382539 Mardi Gras

📋 copy color: '#382539'

red 56 ◦ green 37 ◦ blue 57

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

Shades of Mardi Gras #382539

Tints of Mardi Gras #382539

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.67%

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

R = 37.33%
G = 24.67%
B = 38%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#382539 (or 0x382539) is known color: Mardi Gras. HEX triplet: 38, 25 and 39. RGB value is (56,37,57). Sum of RGB (Red+Green+Blue) = 56+37+57=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 57 - color contains mainly: blue. Hex color #382539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382539 is #C7DAC6. Grayscale: #2C2C2C. Windows color (decimal): -13097671 or 3745080. OLE color: 3745080.

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

Color convert

RGB 56 37 57 -
CMYK 0.02 0.35 0 0.78
HSL 297º 0.21% 0.18% -
HSV(B) 297º 0.35% 0.22% -
XYZ 3.03 2.46 4.19 -
YUV 44.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 56 37 57 0.02 0.35 0 0.78 297 0.21 0.18
Hex 38 25 39 2 23 0 4E 129 15 12
Octal 70 45 71 2 43 0 116 451 25 22
Binary 111000 100101 111001 10 100011 0 1001110 100101001 10101 10010

Color Harmonies of #382539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382539

Black with #382539

Text Example


Text Example

White with #382539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382539; }

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

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

background-color css

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

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

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

border-color css

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

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

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