#361D28

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

Shades of Toledo #361D28

Tints of Toledo #361D28

Color information

#361D28 (or 0x361D28) is unknown color: approx Toledo. HEX triplet: 36, 1D and 28. RGB value is (54,29,40). Sum of RGB (Red+Green+Blue) = 54+29+40=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #361D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D28 is #C9E2D7. Grayscale: #252525. Windows color (decimal): -13230808 or 2628918. OLE color: 2628918.

HSL color Cylindrical-coordinate representation of color #361D28: hue angle of 333.6º 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 #361D28 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB542940-
CMYK00.460.260.79
HSL333.6º30.12%16.27%-
HSV(B)333.6º46.3%21.18%-
XYZ2.341.822.23-
YUV37.73129.28139.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.90%
GREEN value IS 29 (11.72% from 255) = 23.58%
BLUE value IS 40 (16.02% from 255) = 32.52%
R=43.90%
G=23.58%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54294000.460.260.79333.630.1216.27
Hex361D2802E1A4F14e1e10
Octal663550056321175163620
Binary1101101110110100001011101101010011111010011101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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