Html Css Color HEX #362235 Mardi Gras

📋 copy color: '#362235'

red 54 ◦ green 34 ◦ blue 53

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

Shades of Mardi Gras #362235

Tints of Mardi Gras #362235

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.11%

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

R = 38.3%
G = 24.11%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#362235 (or 0x362235) is known color: Mardi Gras. HEX triplet: 36, 22 and 35. RGB value is (54,34,53). Sum of RGB (Red+Green+Blue) = 54+34+53=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 54 - color contains mainly: red. Hex color #362235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362235 is #C9DDCA. Grayscale: #2A2A2A. Windows color (decimal): -13229515 or 3482166. OLE color: 3482166.

HSL color Cylindrical-coordinate representation of color #362235: hue angle of 303º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #362235 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 34 53 -
CMYK 0 0.37 0.02 0.79
HSL 303º 0.23% 0.17% -
HSV(B) 303º 0.37% 0.21% -
XYZ 2.74 2.19 3.65 -
YUV 42.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 54 34 53 0 0.37 0.02 0.79 303 0.23 0.17
Hex 36 22 35 0 25 2 4F 12F 17 11
Octal 66 42 65 0 45 2 117 457 27 21
Binary 110110 100010 110101 0 100101 10 1001111 100101111 10111 10001

Color Harmonies of #362235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362235

Black with #362235

Text Example


Text Example

White with #362235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362235; }

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

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

background-color css

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

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

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

border-color css

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

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

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