Html Css Color HEX #361837 Mardi Gras

📋 copy color: '#361837'

red 54 ◦ green 24 ◦ blue 55

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

Shades of Mardi Gras #361837

Tints of Mardi Gras #361837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 41.35%

R = 40.6%
G = 18.05%
B = 41.35%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#361837 (or 0x361837) is known color: Mardi Gras. HEX triplet: 36, 18 and 37. RGB value is (54,24,55). Sum of RGB (Red+Green+Blue) = 54+24+55=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 55 - color contains mainly: blue. Hex color #361837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361837 is #C9E7C8. Grayscale: #242424. Windows color (decimal): -13232073 or 3610678. OLE color: 3610678.

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

Color convert

RGB 54 24 55 -
CMYK 0.02 0.56 0 0.78
HSL 298.06º 0.39% 0.15% -
HSV(B) 298.06º 0.56% 0.22% -
XYZ 2.54 1.71 3.81 -
YUV 36.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 54 24 55 0.02 0.56 0 0.78 298.06 0.39 0.15
Hex 36 18 37 2 38 0 4E 12A 27 F
Octal 66 30 67 2 70 0 116 452 47 17
Binary 110110 11000 110111 10 111000 0 1001110 100101010 100111 1111

Color Harmonies of #361837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361837

Black with #361837

Text Example


Text Example

White with #361837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361837; }

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

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

background-color css

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

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

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

border-color css

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

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

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