#251B20

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

Shades of Toledo #251B20

Tints of Toledo #251B20

Color information

#251B20 (or 0x251B20) is unknown color: approx Toledo. HEX triplet: 25, 1B and 20. RGB value is (37,27,32). Sum of RGB (Red+Green+Blue) = 37+27+32=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 37 - color contains mainly: red. Hex color #251B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251B20 is #DAE4DF. Grayscale: #1E1E1E. Windows color (decimal): -14345440 or 2104101. OLE color: 2104101.

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

Color convert

RGB372732-
CMYK00.270.140.85
HSL330º15.63%12.55%-
HSV(B)330º27.03%14.51%-
XYZ1.421.281.54-
YUV30.56128.81132.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.54%
GREEN value IS 27 (10.94% from 255) = 28.12%
BLUE value IS 32 (12.89% from 255) = 33.33%
R=38.54%
G=28.12%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37273200.270.140.8533015.6312.55
Hex251B2001BE5514a10d
Octal453340033161255122015
Binary1001011101110000001101111101010101101001010100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251B20; }

 p { color: rgb(37,27,32); }

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

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

 a { background-color: rgb(37,27,32); }

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

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

 span { border-color: rgb(37,27,32); }

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