Html Css Color HEX #361839 Mardi Gras

📋 copy color: '#361839'

red 54 ◦ green 24 ◦ blue 57

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

Shades of Mardi Gras #361839

Tints of Mardi Gras #361839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.78%

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

R = 40%
G = 17.78%
B = 42.22%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#361839 (or 0x361839) is known color: Mardi Gras. HEX triplet: 36, 18 and 39. RGB value is (54,24,57). Sum of RGB (Red+Green+Blue) = 54+24+57=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 57 - color contains mainly: blue. Hex color #361839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361839 is #C9E7C6. Grayscale: #242424. Windows color (decimal): -13232071 or 3741750. OLE color: 3741750.

HSL color Cylindrical-coordinate representation of color #361839: hue angle of 294.55º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #361839 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 24 57 -
CMYK 0.05 0.58 0 0.78
HSL 294.55º 0.41% 0.16% -
HSV(B) 294.55º 0.58% 0.22% -
XYZ 2.59 1.73 4.07 -
YUV 36.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 54 24 57 0.05 0.58 0 0.78 294.55 0.41 0.16
Hex 36 18 39 5 3A 0 4E 127 29 10
Octal 66 30 71 5 72 0 116 447 51 20
Binary 110110 11000 111001 101 111010 0 1001110 100100111 101001 10000

Color Harmonies of #361839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361839

Black with #361839

Text Example


Text Example

White with #361839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361839; }

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

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

background-color css

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

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

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

border-color css

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

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

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