Shades of Cinder #252B2E
Tints of Cinder #252B2E
RGB
CMYK
RGB Variations
Color information
#252B2E (or 0x252B2E) is known color: Cinder. HEX triplet: 25, 2B and 2E. RGB value is (37,43,46). Sum of RGB (Red+Green+Blue) = 37+43+46=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 46 - color contains mainly: blue. Hex color #252B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252B2E is #DAD4D1. Grayscale: #292929. Windows color (decimal): -14341330 or 3025701. OLE color: 3025701.
HSL color Cylindrical-coordinate representation of color #252B2E: hue angle of 200º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #252B2E is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 43 | 46 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.82 |
| HSL | 200º | 0.11% | 0.16% | - |
| HSV(B) | 200º | 0.2% | 0.18% | - |
| XYZ | 2.12 | 2.32 | 2.92 | - |
| YUV | 41.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 43 | 46 | 0.20 | 0.07 | 0 | 0.82 | 200 | 0.11 | 0.16 |
| Hex | 25 | 2B | 2E | 14 | 7 | 0 | 52 | C8 | B | 10 |
| Octal | 45 | 53 | 56 | 24 | 7 | 0 | 122 | 310 | 13 | 20 |
| Binary | 100101 | 101011 | 101110 | 10100 | 111 | 0 | 1010010 | 11001000 | 1011 | 10000 |
Color Harmonies of #252B2E
Complementary color
Monochromatic Colors of #252B2E
Black with #252B2E
Text Example
Text Example
White with #252B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252B2E; }
p { color: rgb(37,43,46); }
H1.HeaderClassName
{
color: #252B2E;
}
.AnyTagClassName
{
color: #252B2E;
}
</style>
background-color css
<style>
a { background-color: #252B2E; }
a { background-color: rgb(37,43,46); }
div.DivClassName
{
background-color: #252B2E;
}
.BgClassName
{
background-color: #252B2E;
}
</style>
border-color css
<style>
span { border-color: #252B2E; }
span { border-color: rgb(37,43,46); }
td.TdClassName
{
border-color: #252B2E;
}
.TagClassName
{
border-color: #252B2E;
}
</style>