Html Css Color HEX #362539 Mardi Gras

📋 copy color: '#362539'

red 54 ◦ green 37 ◦ blue 57

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

Shades of Mardi Gras #362539

Tints of Mardi Gras #362539

RGB

 RED value IS 54 (21.48% from 255) = 36.49%

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

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

R = 36.49%
G = 25%
B = 38.51%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#362539 (or 0x362539) is known color: Mardi Gras. HEX triplet: 36, 25 and 39. RGB value is (54,37,57). Sum of RGB (Red+Green+Blue) = 54+37+57=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 57 - color contains mainly: blue. Hex color #362539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362539 is #C9DAC6. Grayscale: #2C2C2C. Windows color (decimal): -13228743 or 3745078. OLE color: 3745078.

HSL color Cylindrical-coordinate representation of color #362539: hue angle of 291º 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 #362539 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 37 57 -
CMYK 0.05 0.35 0 0.78
HSL 291º 0.21% 0.18% -
HSV(B) 291º 0.35% 0.22% -
XYZ 2.92 2.4 4.18 -
YUV 44.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 54 37 57 0.05 0.35 0 0.78 291 0.21 0.18
Hex 36 25 39 5 23 0 4E 123 15 12
Octal 66 45 71 5 43 0 116 443 25 22
Binary 110110 100101 111001 101 100011 0 1001110 100100011 10101 10010

Color Harmonies of #362539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362539

Black with #362539

Text Example


Text Example

White with #362539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362539; }

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

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

background-color css

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

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

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

border-color css

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

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

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