#272526

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

Shades of Toledo #272526

Tints of Toledo #272526

Color information

#272526 (or 0x272526) is unknown color: approx Toledo. HEX triplet: 27, 25 and 26. RGB value is (39,37,38). Sum of RGB (Red+Green+Blue) = 39+37+38=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 39 - color contains mainly: red. Hex color #272526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272526 is #D8DAD9. Grayscale: #252525. Windows color (decimal): -14211802 or 2499879. OLE color: 2499879.

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

Color convert

RGB393738-
CMYK00.050.030.85
HSL330º2.63%14.9%-
HSV(B)330º5.13%15.29%-
XYZ1.851.892.1-
YUV37.71128.16128.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.21%
GREEN value IS 37 (14.84% from 255) = 32.46%
BLUE value IS 38 (15.23% from 255) = 33.33%
R=34.21%
G=32.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39373800.050.030.853302.6314.9
Hex2725260535514a3f
Octal474546053125512317
Binary1001111001011001100101111010101101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272526; }

 p { color: rgb(39,37,38); }

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

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

 a { background-color: rgb(39,37,38); }

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

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

 span { border-color: rgb(39,37,38); }

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