Shades of Cinder #262D31
Tints of Cinder #262D31
RGB
CMYK
RGB Variations
Color information
#262D31 (or 0x262D31) is known color: Cinder. HEX triplet: 26, 2D and 31. RGB value is (38,45,49). Sum of RGB (Red+Green+Blue) = 38+45+49=132 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.79% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 49 - color contains mainly: blue. Hex color #262D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262D31 is #D9D2CE. Grayscale: #2B2B2B. Windows color (decimal): -14275279 or 3222822. OLE color: 3222822.
HSL color Cylindrical-coordinate representation of color #262D31: hue angle of 201.82º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #262D31 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 45 | 49 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.81 |
| HSL | 201.82º | 0.13% | 0.17% | - |
| HSV(B) | 201.82º | 0.22% | 0.19% | - |
| XYZ | 2.29 | 2.51 | 3.27 | - |
| YUV | 43.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 49 | 0.22 | 0.08 | 0 | 0.81 | 201.82 | 0.13 | 0.17 |
| Hex | 26 | 2D | 31 | 16 | 8 | 0 | 51 | CA | D | 11 |
| Octal | 46 | 55 | 61 | 26 | 10 | 0 | 121 | 312 | 15 | 21 |
| Binary | 100110 | 101101 | 110001 | 10110 | 1000 | 0 | 1010001 | 11001010 | 1101 | 10001 |
Color Harmonies of #262D31
Complementary color
Monochromatic Colors of #262D31
Black with #262D31
Text Example
Text Example
White with #262D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262D31; }
p { color: rgb(38,45,49); }
H1.HeaderClassName
{
color: #262D31;
}
.AnyTagClassName
{
color: #262D31;
}
</style>
background-color css
<style>
a { background-color: #262D31; }
a { background-color: rgb(38,45,49); }
div.DivClassName
{
background-color: #262D31;
}
.BgClassName
{
background-color: #262D31;
}
</style>
border-color css
<style>
span { border-color: #262D31; }
span { border-color: rgb(38,45,49); }
td.TdClassName
{
border-color: #262D31;
}
.TagClassName
{
border-color: #262D31;
}
</style>