Html Css Color HEX #361239 Mardi Gras

📋 copy color: '#361239'

red 54 ◦ green 18 ◦ blue 57

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

Shades of Mardi Gras #361239

Tints of Mardi Gras #361239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.95%

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

R = 41.86%
G = 13.95%
B = 44.19%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#361239 (or 0x361239) is known color: Mardi Gras. HEX triplet: 36, 12 and 39. RGB value is (54,18,57). Sum of RGB (Red+Green+Blue) = 54+18+57=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 57 (22.66% from 255 or 44.19% from 129); Max value from RGB is 57 - color contains mainly: blue. Hex color #361239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361239 is #C9EDC6. Grayscale: #212121. Windows color (decimal): -13233607 or 3740214. OLE color: 3740214.

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

Color convert

RGB 54 18 57 -
CMYK 0.05 0.68 0 0.78
HSL 295.38º 0.52% 0.15% -
HSV(B) 295.38º 0.68% 0.22% -
XYZ 2.48 1.51 4.03 -
YUV 33.21 141.43 142.83 -
System Red Green Blue C M Y K H S L
Decimal 54 18 57 0.05 0.68 0 0.78 295.38 0.52 0.15
Hex 36 12 39 5 44 0 4E 127 34 F
Octal 66 22 71 5 104 0 116 447 64 17
Binary 110110 10010 111001 101 1000100 0 1001110 100100111 110100 1111

Color Harmonies of #361239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361239

Black with #361239

Text Example


Text Example

White with #361239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361239; }

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

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

background-color css

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

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

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

border-color css

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

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

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