#361E27

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

Shades of Toledo #361E27

Tints of Toledo #361E27

Color information

#361E27 (or 0x361E27) is unknown color: approx Toledo. HEX triplet: 36, 1E and 27. RGB value is (54,30,39). Sum of RGB (Red+Green+Blue) = 54+30+39=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #361E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361E27 is #C9E1D8. Grayscale: #262626. Windows color (decimal): -13230553 or 2563638. OLE color: 2563638.

HSL color Cylindrical-coordinate representation of color #361E27: hue angle of 337.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #361E27 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB543039-
CMYK00.440.280.79
HSL337.5º28.57%16.47%-
HSV(B)337.5º44.44%21.18%-
XYZ2.351.862.15-
YUV38.2128.45139.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.90%
GREEN value IS 30 (12.11% from 255) = 24.39%
BLUE value IS 39 (15.62% from 255) = 31.71%
R=43.90%
G=24.39%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54303900.440.280.79337.528.5716.47
Hex361E2702C1C4F1521d10
Octal663647054341175223520
Binary1101101111010011101011001110010011111010100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361E27; }

 p { color: rgb(54,30,39); }

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

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

 a { background-color: rgb(54,30,39); }

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

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

 span { border-color: rgb(54,30,39); }

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