Html Css Color HEX #362338 Mardi Gras

📋 copy color: '#362338'

red 54 ◦ green 35 ◦ blue 56

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

Shades of Mardi Gras #362338

Tints of Mardi Gras #362338

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.14%

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

R = 37.24%
G = 24.14%
B = 38.62%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#362338 (or 0x362338) is known color: Mardi Gras. HEX triplet: 36, 23 and 38. RGB value is (54,35,56). Sum of RGB (Red+Green+Blue) = 54+35+56=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 56 - color contains mainly: blue. Hex color #362338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362338 is #C9DCC7. Grayscale: #2B2B2B. Windows color (decimal): -13229256 or 3679030. OLE color: 3679030.

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

Color convert

RGB 54 35 56 -
CMYK 0.04 0.37 0 0.78
HSL 294.29º 0.23% 0.18% -
HSV(B) 294.29º 0.38% 0.22% -
XYZ 2.84 2.27 4.03 -
YUV 43.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 54 35 56 0.04 0.37 0 0.78 294.29 0.23 0.18
Hex 36 23 38 4 25 0 4E 126 17 12
Octal 66 43 70 4 45 0 116 446 27 22
Binary 110110 100011 111000 100 100101 0 1001110 100100110 10111 10010

Color Harmonies of #362338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362338

Black with #362338

Text Example


Text Example

White with #362338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362338; }

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

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

background-color css

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

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

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

border-color css

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

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

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