#361738

Color #361738 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #361738

Tints of Mardi Gras #361738

Color information

#361738 (or 0x361738) is unknown color: approx Mardi Gras. HEX triplet: 36, 17 and 38. RGB value is (54,23,56). Sum of RGB (Red+Green+Blue) = 54+23+56=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 56 - color contains mainly: blue. Hex color #361738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361738 is #C9E8C7. Grayscale: #232323. Windows color (decimal): -13232328 or 3675958. OLE color: 3675958.

HSL color Cylindrical-coordinate representation of color #361738: hue angle of 296.36º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #361738 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB542356-
CMYK0.040.5900.78
HSL296.36º41.77%15.49%-
HSV(B)296.36º58.93%21.96%-
XYZ2.541.683.93-
YUV36.03139.27140.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.60%
GREEN value IS 23 (9.38% from 255) = 17.29%
BLUE value IS 56 (22.27% from 255) = 42.11%
R=40.60%
G=17.29%
B=42.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5423560.040.5900.78296.3641.7715.49
Hex36173843B04E1282af
Octal66277047301164505217
Binary11011010111111000100111011010011101001010001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361738; }

 p { color: rgb(54,23,56); }

 H1.HeaderClassName
 {
   color: #361738;
 }
 .AnyTagClassName
 {
   color: #361738;
 }
</style>
background-color css

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

 a { background-color: rgb(54,23,56); }

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

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

 span { border-color: rgb(54,23,56); }

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