Html Css Color HEX #361C33 Mardi Gras

📋 copy color: '#361C33'

red 54 ◦ green 28 ◦ blue 51

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

Shades of Mardi Gras #361C33

Tints of Mardi Gras #361C33

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.05%

 BLUE value IS 51 (20.31% from 255) = 38.35%

R = 40.6%
G = 21.05%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#361C33 (or 0x361C33) is known color: Mardi Gras. HEX triplet: 36, 1C and 33. RGB value is (54,28,51). Sum of RGB (Red+Green+Blue) = 54+28+51=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 54 - color contains mainly: red. Hex color #361C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C33 is #C9E3CC. Grayscale: #262626. Windows color (decimal): -13231053 or 3349558. OLE color: 3349558.

HSL color Cylindrical-coordinate representation of color #361C33: hue angle of 306.92º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #361C33 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 28 51 -
CMYK 0 0.48 0.06 0.79
HSL 306.92º 0.32% 0.16% -
HSV(B) 306.92º 0.48% 0.21% -
XYZ 2.53 1.85 3.36 -
YUV 38.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 54 28 51 0 0.48 0.06 0.79 306.92 0.32 0.16
Hex 36 1C 33 0 30 6 4F 133 20 10
Octal 66 34 63 0 60 6 117 463 40 20
Binary 110110 11100 110011 0 110000 110 1001111 100110011 100000 10000

Color Harmonies of #361C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C33

Black with #361C33

Text Example


Text Example

White with #361C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361C33; }

 p { color: rgb(54,28,51); }

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

background-color css

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

 a { background-color: rgb(54,28,51); }

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

border-color css

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

 span { border-color: rgb(54,28,51); }

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