Html Css Color HEX #251B20 Toledo

📋 copy color: '#251B20'

red 37 ◦ green 27 ◦ blue 32

#251B20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Toledo #251B20

Tints of Toledo #251B20

RGB

 RED value IS 37 (14.84% from 255) = 38.54%

 GREEN value IS 27 (10.94% from 255) = 28.13%

 BLUE value IS 32 (12.89% from 255) = 33.33%

R = 38.54%
G = 28.13%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#251B20 (or 0x251B20) is known color: 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

RGB 37 27 32 -
CMYK 0 0.27 0.14 0.85
HSL 330º 0.16% 0.13% -
HSV(B) 330º 0.27% 0.15% -
XYZ 1.42 1.28 1.54 -
YUV 30.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 37 27 32 0 0.27 0.14 0.85 330 0.16 0.13
Hex 25 1B 20 0 1B E 55 14A 10 D
Octal 45 33 40 0 33 16 125 512 20 15
Binary 100101 11011 100000 0 11011 1110 1010101 101001010 10000 1101

Color Harmonies of #251B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251B20

Black with #251B20

Text Example


Text Example

White with #251B20

Text Example


Text Example

HTML Codes & Css Web 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>