Html Css Color HEX #361831 Mardi Gras

📋 copy color: '#361831'

red 54 ◦ green 24 ◦ blue 49

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

Shades of Mardi Gras #361831

Tints of Mardi Gras #361831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 38.58%

R = 42.52%
G = 18.9%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#361831 (or 0x361831) is known color: Mardi Gras. HEX triplet: 36, 18 and 31. RGB value is (54,24,49). Sum of RGB (Red+Green+Blue) = 54+24+49=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 54 - color contains mainly: red. Hex color #361831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361831 is #C9E7CE. Grayscale: #232323. Windows color (decimal): -13232079 or 3217462. OLE color: 3217462.

HSL color Cylindrical-coordinate representation of color #361831: hue angle of 310º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #361831 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 24 49 -
CMYK 0 0.56 0.09 0.79
HSL 310º 0.38% 0.15% -
HSV(B) 310º 0.56% 0.21% -
XYZ 2.4 1.66 3.1 -
YUV 35.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 54 24 49 0 0.56 0.09 0.79 310 0.38 0.15
Hex 36 18 31 0 38 9 4F 136 26 F
Octal 66 30 61 0 70 11 117 466 46 17
Binary 110110 11000 110001 0 111000 1001 1001111 100110110 100110 1111

Color Harmonies of #361831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361831

Black with #361831

Text Example


Text Example

White with #361831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361831; }

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

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

background-color css

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

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

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

border-color css

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

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

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