#362C31

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

Shades of Toledo #362C31

Tints of Toledo #362C31

Color information

#362C31 (or 0x362C31) is unknown color: approx Toledo. HEX triplet: 36, 2C and 31. RGB value is (54,44,49). Sum of RGB (Red+Green+Blue) = 54+44+49=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 54 - color contains mainly: red. Hex color #362C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362C31 is #C9D3CE. Grayscale: #2F2F2F. Windows color (decimal): -13226959 or 3222582. OLE color: 3222582.

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

Color convert

RGB544449-
CMYK00.190.090.79
HSL330º10.2%19.22%-
HSV(B)330º18.52%21.18%-
XYZ2.982.813.29-
YUV47.56128.81132.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.73%
GREEN value IS 44 (17.58% from 255) = 29.93%
BLUE value IS 49 (19.53% from 255) = 33.33%
R=36.73%
G=29.93%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54444900.190.090.7933010.219.22
Hex362C3101394F14aa13
Octal665461023111175121223
Binary11011010110011000101001110011001111101001010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362C31; }

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

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

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

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

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

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

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

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