Html Css Color HEX #36193C Mardi Gras

📋 copy color: '#36193C'

red 54 ◦ green 25 ◦ blue 60

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

Shades of Mardi Gras #36193C

Tints of Mardi Gras #36193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.99%

 BLUE value IS 60 (23.83% from 255) = 43.17%

R = 38.85%
G = 17.99%
B = 43.17%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#36193C (or 0x36193C) is known color: Mardi Gras. HEX triplet: 36, 19 and 3C. RGB value is (54,25,60). Sum of RGB (Red+Green+Blue) = 54+25+60=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 60 - color contains mainly: blue. Hex color #36193C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36193C is #C9E6C3. Grayscale: #252525. Windows color (decimal): -13231812 or 3938614. OLE color: 3938614.

HSL color Cylindrical-coordinate representation of color #36193C: hue angle of 289.71º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36193C is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 54 25 60 -
CMYK 0.10 0.58 0 0.76
HSL 289.71º 0.41% 0.17% -
HSV(B) 289.71º 0.58% 0.24% -
XYZ 2.68 1.81 4.48 -
YUV 37.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 54 25 60 0.10 0.58 0 0.76 289.71 0.41 0.17
Hex 36 19 3C A 3A 0 4C 122 29 11
Octal 66 31 74 12 72 0 114 442 51 21
Binary 110110 11001 111100 1010 111010 0 1001100 100100010 101001 10001

Color Harmonies of #36193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36193C

Black with #36193C

Text Example


Text Example

White with #36193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36193C; }

 p { color: rgb(54,25,60); }

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

background-color css

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

 a { background-color: rgb(54,25,60); }

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

border-color css

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

 span { border-color: rgb(54,25,60); }

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