#363130

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

Shades of Gondola #363130

Tints of Gondola #363130

Color information

#363130 (or 0x363130) is unknown color: approx Gondola. HEX triplet: 36, 31 and 30. RGB value is (54,49,48). Sum of RGB (Red+Green+Blue) = 54+49+48=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 54 - color contains mainly: red. Hex color #363130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363130 is #C9CECF. Grayscale: #323232. Windows color (decimal): -13225680 or 3158326. OLE color: 3158326.

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

Color convert

RGB544948-
CMYK00.090.110.79
HSL10º5.88%20%-
HSV(B)10º11.11%21.18%-
XYZ3.153.193.25-
YUV50.38126.66130.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.76%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 48 (19.14% from 255) = 31.79%
R=35.76%
G=32.45%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54494800.090.110.79105.8820
Hex36313009B4Fa614
Octal6661600111311712624
Binary1101101100011100000100110111001111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363130; }

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

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

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

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

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

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

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

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