#362C30

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

Shades of Toledo #362C30

Tints of Toledo #362C30

Color information

#362C30 (or 0x362C30) is unknown color: approx Toledo. HEX triplet: 36, 2C and 30. RGB value is (54,44,48). Sum of RGB (Red+Green+Blue) = 54+44+48=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 54 - color contains mainly: red. Hex color #362C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362C30 is #C9D3CF. Grayscale: #2F2F2F. Windows color (decimal): -13226960 or 3157046. OLE color: 3157046.

HSL color Cylindrical-coordinate representation of color #362C30: hue angle of 336º 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 #362C30 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB544448-
CMYK00.190.110.79
HSL336º10.2%19.22%-
HSV(B)336º18.52%21.18%-
XYZ2.962.83.18-
YUV47.45128.31132.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.99%
GREEN value IS 44 (17.58% from 255) = 30.14%
BLUE value IS 48 (19.14% from 255) = 32.88%
R=36.99%
G=30.14%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54444800.190.110.7933610.219.22
Hex362C30013B4F150a13
Octal665460023131175201223
Binary11011010110011000001001110111001111101010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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