Html Css Color HEX #361438 Mardi Gras

📋 copy color: '#361438'

red 54 ◦ green 20 ◦ blue 56

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

Shades of Mardi Gras #361438

Tints of Mardi Gras #361438

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.38%

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

R = 41.54%
G = 15.38%
B = 43.08%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#361438 (or 0x361438) is known color: Mardi Gras. HEX triplet: 36, 14 and 38. RGB value is (54,20,56). Sum of RGB (Red+Green+Blue) = 54+20+56=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 56 - color contains mainly: blue. Hex color #361438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361438 is #C9EBC7. Grayscale: #222222. Windows color (decimal): -13233096 or 3675190. OLE color: 3675190.

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

Color convert

RGB 54 20 56 -
CMYK 0.04 0.64 0 0.78
HSL 296.67º 0.47% 0.15% -
HSV(B) 296.67º 0.64% 0.22% -
XYZ 2.49 1.57 3.91 -
YUV 34.27 140.26 142.07 -
System Red Green Blue C M Y K H S L
Decimal 54 20 56 0.04 0.64 0 0.78 296.67 0.47 0.15
Hex 36 14 38 4 40 0 4E 129 2F F
Octal 66 24 70 4 100 0 116 451 57 17
Binary 110110 10100 111000 100 1000000 0 1001110 100101001 101111 1111

Color Harmonies of #361438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361438

Black with #361438

Text Example


Text Example

White with #361438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361438; }

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

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

background-color css

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

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

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

border-color css

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

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

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