Html Css Color HEX #360239 Mardi Gras

📋 copy color: '#360239'

red 54 ◦ green 2 ◦ blue 57

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

Shades of Mardi Gras #360239

Tints of Mardi Gras #360239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.77%

 BLUE value IS 57 (22.66% from 255) = 50.44%

R = 47.79%
G = 1.77%
B = 50.44%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#360239 (or 0x360239) is known color: Mardi Gras. HEX triplet: 36, 02 and 39. RGB value is (54,2,57). Sum of RGB (Red+Green+Blue) = 54+2+57=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #360239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360239 is #C9FDC6. Grayscale: #171717. Windows color (decimal): -13237703 or 3736118. OLE color: 3736118.

HSL color Cylindrical-coordinate representation of color #360239: hue angle of 296.73º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360239 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 2 57 -
CMYK 0.05 0.96 0 0.78
HSL 296.73º 0.93% 0.12% -
HSV(B) 296.73º 0.96% 0.22% -
XYZ 2.28 1.12 3.97 -
YUV 23.82 146.73 149.53 -
System Red Green Blue C M Y K H S L
Decimal 54 2 57 0.05 0.96 0 0.78 296.73 0.93 0.12
Hex 36 2 39 5 60 0 4E 129 5D C
Octal 66 2 71 5 140 0 116 451 135 14
Binary 110110 10 111001 101 1100000 0 1001110 100101001 1011101 1100

Color Harmonies of #360239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360239

Black with #360239

Text Example


Text Example

White with #360239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360239; }

 p { color: rgb(54,2,57); }

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

background-color css

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

 a { background-color: rgb(54,2,57); }

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

border-color css

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

 span { border-color: rgb(54,2,57); }

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