#271920

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

Shades of Toledo #271920

Tints of Toledo #271920

Color information

#271920 (or 0x271920) is unknown color: approx Toledo. HEX triplet: 27, 19 and 20. RGB value is (39,25,32). Sum of RGB (Red+Green+Blue) = 39+25+32=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 39 - color contains mainly: red. Hex color #271920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271920 is #D8E6DF. Grayscale: #1D1D1D. Windows color (decimal): -14214880 or 2103591. OLE color: 2103591.

HSL color Cylindrical-coordinate representation of color #271920: hue angle of 330º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #271920 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB392532-
CMYK00.360.180.85
HSL330º21.88%12.55%-
HSV(B)330º35.9%15.29%-
XYZ1.451.231.53-
YUV29.98129.14134.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.62%
GREEN value IS 25 (10.16% from 255) = 26.04%
BLUE value IS 32 (12.89% from 255) = 33.33%
R=40.62%
G=26.04%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39253200.360.180.8533021.8812.55
Hex271920024125514a16d
Octal473140044221255122615
Binary100111110011000000100100100101010101101001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271920; }

 p { color: rgb(39,25,32); }

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

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

 a { background-color: rgb(39,25,32); }

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

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

 span { border-color: rgb(39,25,32); }

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