#362029

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

Shades of Toledo #362029

Tints of Toledo #362029

Color information

#362029 (or 0x362029) is unknown color: approx Toledo. HEX triplet: 36, 20 and 29. RGB value is (54,32,41). Sum of RGB (Red+Green+Blue) = 54+32+41=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 54 - color contains mainly: red. Hex color #362029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362029 is #C9DFD6. Grayscale: #272727. Windows color (decimal): -13230039 or 2695222. OLE color: 2695222.

HSL color Cylindrical-coordinate representation of color #362029: hue angle of 335.45º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #362029 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.79.

Color convert

RGB543241-
CMYK00.410.240.79
HSL335.45º25.58%16.86%-
HSV(B)335.45º40.74%21.18%-
XYZ2.441.982.35-
YUV39.6128.79138.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.52%
GREEN value IS 32 (12.89% from 255) = 25.20%
BLUE value IS 41 (16.41% from 255) = 32.28%
R=42.52%
G=25.20%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54324100.410.240.79335.4525.5816.86
Hex362029029184F14f1a11
Octal664051051301175173221
Binary11011010000010100101010011100010011111010011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362029; }

 p { color: rgb(54,32,41); }

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

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

 a { background-color: rgb(54,32,41); }

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

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

 span { border-color: rgb(54,32,41); }

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