Html Css Color HEX #361835 Mardi Gras

📋 copy color: '#361835'

red 54 ◦ green 24 ◦ blue 53

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

Shades of Mardi Gras #361835

Tints of Mardi Gras #361835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 40.46%

R = 41.22%
G = 18.32%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#361835 (or 0x361835) is known color: Mardi Gras. HEX triplet: 36, 18 and 35. RGB value is (54,24,53). Sum of RGB (Red+Green+Blue) = 54+24+53=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 54 - color contains mainly: red. Hex color #361835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361835 is #C9E7CA. Grayscale: #242424. Windows color (decimal): -13232075 or 3479606. OLE color: 3479606.

HSL color Cylindrical-coordinate representation of color #361835: hue angle of 302º 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 #361835 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 24 53 -
CMYK 0 0.56 0.02 0.79
HSL 302º 0.38% 0.15% -
HSV(B) 302º 0.56% 0.21% -
XYZ 2.49 1.69 3.56 -
YUV 36.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 54 24 53 0 0.56 0.02 0.79 302 0.38 0.15
Hex 36 18 35 0 38 2 4F 12E 26 F
Octal 66 30 65 0 70 2 117 456 46 17
Binary 110110 11000 110101 0 111000 10 1001111 100101110 100110 1111

Color Harmonies of #361835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361835

Black with #361835

Text Example


Text Example

White with #361835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361835; }

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

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

background-color css

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

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

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

border-color css

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

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

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