#363231

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

Shades of Gondola #363231

Tints of Gondola #363231

Color information

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

HSL color Cylindrical-coordinate representation of color #363231: hue angle of 12º 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 #363231 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB545049-
CMYK00.070.090.79
HSL12º4.85%20.2%-
HSV(B)12º9.26%21.18%-
XYZ3.223.293.37-
YUV51.08126.83130.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54504900.070.090.79124.8520.2
Hex3632310794Fc514
Octal666261071111714524
Binary110110110010110001011110011001111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363231; }

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

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

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

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

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

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

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

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