#361C28

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

Shades of Toledo #361C28

Tints of Toledo #361C28

Color information

#361C28 (or 0x361C28) is unknown color: approx Toledo. HEX triplet: 36, 1C and 28. RGB value is (54,28,40). Sum of RGB (Red+Green+Blue) = 54+28+40=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #361C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C28 is #C9E3D7. Grayscale: #252525. Windows color (decimal): -13231064 or 2628662. OLE color: 2628662.

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

Color convert

RGB542840-
CMYK00.480.260.79
HSL332.31º31.71%16.08%-
HSV(B)332.31º48.15%21.18%-
XYZ2.321.772.23-
YUV37.14129.61140.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.26%
GREEN value IS 28 (11.33% from 255) = 22.95%
BLUE value IS 40 (16.02% from 255) = 32.79%
R=44.26%
G=22.95%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54284000.480.260.79332.3131.7116.08
Hex361C280301A4F14c2010
Octal663450060321175144020
Binary11011011100101000011000011010100111110100110010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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