Shades of Toledo #262425
Tints of Toledo #262425
RGB
CMYK
RGB Variations
Color information
#262425 (or 0x262425) is known color: Toledo. HEX triplet: 26, 24 and 25. RGB value is (38,36,37). Sum of RGB (Red+Green+Blue) = 38+36+37=111 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.23% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 38 - color contains mainly: red. Hex color #262425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262425 is #D9DBDA. Grayscale: #242424. Windows color (decimal): -14277595 or 2434086. OLE color: 2434086.
HSL color Cylindrical-coordinate representation of color #262425: 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 #262425 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
RGB | 38 | 36 | 37 | - |
CMYK | 0 | 0.05 | 0.03 | 0.85 |
HSL | 330º | 0.03% | 0.15% | - |
HSV(B) | 330º | 0.05% | 0.15% | - |
XYZ | 1.76 | 1.81 | 2.01 | - |
YUV | 36.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 38 | 36 | 37 | 0 | 0.05 | 0.03 | 0.85 | 330 | 0.03 | 0.15 |
Hex | 26 | 24 | 25 | 0 | 5 | 3 | 55 | 14A | 3 | F |
Octal | 46 | 44 | 45 | 0 | 5 | 3 | 125 | 512 | 3 | 17 |
Binary | 100110 | 100100 | 100101 | 0 | 101 | 11 | 1010101 | 101001010 | 11 | 1111 |
Color Harmonies of #262425
Complementary color
Monochromatic Colors of #262425
Black with #262425
Text Example
Text Example
White with #262425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262425; }
p { color: rgb(38,36,37); }
H1.HeaderClassName
{
color: #262425;
}
.AnyTagClassName
{
color: #262425;
}
</style>
background-color css
<style>
a { background-color: #262425; }
a { background-color: rgb(38,36,37); }
div.DivClassName
{
background-color: #262425;
}
.BgClassName
{
background-color: #262425;
}
</style>
border-color css
<style>
span { border-color: #262425; }
span { border-color: rgb(38,36,37); }
td.TdClassName
{
border-color: #262425;
}
.TagClassName
{
border-color: #262425;
}
</style>