Html Css Color HEX #36183A Mardi Gras

📋 copy color: '#36183A'

red 54 ◦ green 24 ◦ blue 58

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

Shades of Mardi Gras #36183A

Tints of Mardi Gras #36183A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 42.65%

R = 39.71%
G = 17.65%
B = 42.65%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#36183A (or 0x36183A) is known color: Mardi Gras. HEX triplet: 36, 18 and 3A. RGB value is (54,24,58). Sum of RGB (Red+Green+Blue) = 54+24+58=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 58 - color contains mainly: blue. Hex color #36183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36183A is #C9E7C5. Grayscale: #242424. Windows color (decimal): -13232070 or 3807286. OLE color: 3807286.

HSL color Cylindrical-coordinate representation of color #36183A: hue angle of 292.94º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36183A is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 54 24 58 -
CMYK 0.07 0.59 0 0.77
HSL 292.94º 0.41% 0.16% -
HSV(B) 292.94º 0.59% 0.23% -
XYZ 2.61 1.74 4.2 -
YUV 36.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 54 24 58 0.07 0.59 0 0.77 292.94 0.41 0.16
Hex 36 18 3A 7 3B 0 4D 125 29 10
Octal 66 30 72 7 73 0 115 445 51 20
Binary 110110 11000 111010 111 111011 0 1001101 100100101 101001 10000

Color Harmonies of #36183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36183A

Black with #36183A

Text Example


Text Example

White with #36183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36183A; }

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

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

background-color css

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

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

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

border-color css

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

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

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