#360230

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

Shades of Mardi Gras #360230

Tints of Mardi Gras #360230

Color information

#360230 (or 0x360230) is unknown color: approx Mardi Gras. HEX triplet: 36, 02 and 30. RGB value is (54,2,48). Sum of RGB (Red+Green+Blue) = 54+2+48=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #360230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360230 is #C9FDCF. Grayscale: #161616. Windows color (decimal): -13237712 or 3146294. OLE color: 3146294.

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

Color convert

RGB54248-
CMYK00.960.110.79
HSL306.92º92.86%10.98%-
HSV(B)306.92º96.3%21.18%-
XYZ2.081.042.89-
YUV22.79142.23150.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 51.92%
GREEN value IS 2 (1.17% from 255) = 1.92%
BLUE value IS 48 (19.14% from 255) = 46.15%
R=51.92%
G=1.92%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5424800.960.110.79306.9292.8610.98
Hex36230060B4F1335db
Octal6626001401311746313513
Binary11011010110000011000001011100111110011001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360230; }

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

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

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

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

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

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

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

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