#363132

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

Shades of Havana #363132

Tints of Havana #363132

Color information

#363132 (or 0x363132) is unknown color: approx Havana. HEX triplet: 36, 31 and 32. RGB value is (54,49,50). Sum of RGB (Red+Green+Blue) = 54+49+50=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 54 - color contains mainly: red. Hex color #363132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363132 is #C9CECD. Grayscale: #323232. Windows color (decimal): -13225678 or 3289398. OLE color: 3289398.

HSL color Cylindrical-coordinate representation of color #363132: hue angle of 348º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #363132 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.79.

Color convert

RGB544950-
CMYK00.090.070.79
HSL348º4.85%20.2%-
HSV(B)348º9.26%21.18%-
XYZ3.23.213.47-
YUV50.61127.66130.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.29%
GREEN value IS 49 (19.53% from 255) = 32.03%
BLUE value IS 50 (19.92% from 255) = 32.68%
R=35.29%
G=32.03%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54495000.090.070.793484.8520.2
Hex3631320974F15c514
Octal6661620117117534524
Binary11011011000111001001001111100111110101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363132; }

 p { color: rgb(54,49,50); }

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

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

 a { background-color: rgb(54,49,50); }

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

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

 span { border-color: rgb(54,49,50); }

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