#371C28

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

Shades of Toledo #371C28

Tints of Toledo #371C28

Color information

#371C28 (or 0x371C28) is unknown color: approx Toledo. HEX triplet: 37, 1C and 28. RGB value is (55,28,40). Sum of RGB (Red+Green+Blue) = 55+28+40=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #371C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C28 is #C8E3D7. Grayscale: #252525. Windows color (decimal): -13165528 or 2628663. OLE color: 2628663.

HSL color Cylindrical-coordinate representation of color #371C28: hue angle of 333.33º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #371C28 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB552840-
CMYK00.490.270.78
HSL333.33º32.53%16.27%-
HSV(B)333.33º49.09%21.57%-
XYZ2.371.82.23-
YUV37.44129.45140.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.72%
GREEN value IS 28 (11.33% from 255) = 22.76%
BLUE value IS 40 (16.02% from 255) = 32.52%
R=44.72%
G=22.76%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55284000.490.270.78333.3332.5316.27
Hex371C280311B4E14d2110
Octal673450061331165154120
Binary11011111100101000011000111011100111010100110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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