Html Css Color HEX #361B33 Mardi Gras

📋 copy color: '#361B33'

red 54 ◦ green 27 ◦ blue 51

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

Shades of Mardi Gras #361B33

Tints of Mardi Gras #361B33

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.45%

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

R = 40.91%
G = 20.45%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#361B33 (or 0x361B33) is known color: Mardi Gras. HEX triplet: 36, 1B and 33. RGB value is (54,27,51). Sum of RGB (Red+Green+Blue) = 54+27+51=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 54 - color contains mainly: red. Hex color #361B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361B33 is #C9E4CC. Grayscale: #252525. Windows color (decimal): -13231309 or 3349302. OLE color: 3349302.

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

Color convert

RGB 54 27 51 -
CMYK 0 0.5 0.06 0.79
HSL 306.67º 0.33% 0.16% -
HSV(B) 306.67º 0.5% 0.21% -
XYZ 2.51 1.81 3.35 -
YUV 37.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 54 27 51 0 0.5 0.06 0.79 306.67 0.33 0.16
Hex 36 1B 33 0 32 6 4F 133 21 10
Octal 66 33 63 0 62 6 117 463 41 20
Binary 110110 11011 110011 0 110010 110 1001111 100110011 100001 10000

Color Harmonies of #361B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361B33

Black with #361B33

Text Example


Text Example

White with #361B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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