#361D27

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

Shades of Toledo #361D27

Tints of Toledo #361D27

Color information

#361D27 (or 0x361D27) is unknown color: approx Toledo. HEX triplet: 36, 1D and 27. RGB value is (54,29,39). Sum of RGB (Red+Green+Blue) = 54+29+39=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #361D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D27 is #C9E2D8. Grayscale: #252525. Windows color (decimal): -13230809 or 2563382. OLE color: 2563382.

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

Color convert

RGB542939-
CMYK00.460.280.79
HSL336º30.12%16.27%-
HSV(B)336º46.3%21.18%-
XYZ2.331.812.15-
YUV37.61128.78139.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.26%
GREEN value IS 29 (11.72% from 255) = 23.77%
BLUE value IS 39 (15.62% from 255) = 31.97%
R=44.26%
G=23.77%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54293900.460.280.7933630.1216.27
Hex361D2702E1C4F1501e10
Octal663547056341175203620
Binary1101101110110011101011101110010011111010100001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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