#371C27

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

Shades of Toledo #371C27

Tints of Toledo #371C27

Color information

#371C27 (or 0x371C27) is unknown color: approx Toledo. HEX triplet: 37, 1C and 27. RGB value is (55,28,39). Sum of RGB (Red+Green+Blue) = 55+28+39=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #371C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C27 is #C8E3D8. Grayscale: #252525. Windows color (decimal): -13165529 or 2563127. OLE color: 2563127.

HSL color Cylindrical-coordinate representation of color #371C27: hue angle of 335.56º 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 #371C27 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB552839-
CMYK00.490.290.78
HSL335.56º32.53%16.27%-
HSV(B)335.56º49.09%21.57%-
XYZ2.361.792.14-
YUV37.33128.95140.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.08%
GREEN value IS 28 (11.33% from 255) = 22.95%
BLUE value IS 39 (15.62% from 255) = 31.97%
R=45.08%
G=22.95%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55283900.490.290.78335.5632.5316.27
Hex371C270311D4E1502110
Octal673447061351165204120
Binary11011111100100111011000111101100111010101000010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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