Html Css Color HEX #362238 Mardi Gras

📋 copy color: '#362238'

red 54 ◦ green 34 ◦ blue 56

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

Shades of Mardi Gras #362238

Tints of Mardi Gras #362238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 38.89%

R = 37.5%
G = 23.61%
B = 38.89%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#362238 (or 0x362238) is known color: Mardi Gras. HEX triplet: 36, 22 and 38. RGB value is (54,34,56). Sum of RGB (Red+Green+Blue) = 54+34+56=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 56 - color contains mainly: blue. Hex color #362238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362238 is #C9DDC7. Grayscale: #2A2A2A. Windows color (decimal): -13229512 or 3678774. OLE color: 3678774.

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

Color convert

RGB 54 34 56 -
CMYK 0.04 0.39 0 0.78
HSL 294.55º 0.24% 0.18% -
HSV(B) 294.55º 0.39% 0.22% -
XYZ 2.81 2.21 4.02 -
YUV 42.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 54 34 56 0.04 0.39 0 0.78 294.55 0.24 0.18
Hex 36 22 38 4 27 0 4E 127 18 12
Octal 66 42 70 4 47 0 116 447 30 22
Binary 110110 100010 111000 100 100111 0 1001110 100100111 11000 10010

Color Harmonies of #362238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362238

Black with #362238

Text Example


Text Example

White with #362238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362238; }

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

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

background-color css

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

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

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

border-color css

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

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

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