Shades of Cinder #262D30
Tints of Cinder #262D30
RGB
CMYK
RGB Variations
Color information
#262D30 (or 0x262D30) is known color: Cinder. HEX triplet: 26, 2D and 30. RGB value is (38,45,48). Sum of RGB (Red+Green+Blue) = 38+45+48=131 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.01% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 48 - color contains mainly: blue. Hex color #262D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262D30 is #D9D2CF. Grayscale: #2B2B2B. Windows color (decimal): -14275280 or 3157286. OLE color: 3157286.
HSL color Cylindrical-coordinate representation of color #262D30: hue angle of 198º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #262D30 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 45 | 48 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.81 |
| HSL | 198º | 0.12% | 0.17% | - |
| HSV(B) | 198º | 0.21% | 0.19% | - |
| XYZ | 2.27 | 2.5 | 3.16 | - |
| YUV | 43.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 48 | 0.21 | 0.06 | 0 | 0.81 | 198 | 0.12 | 0.17 |
| Hex | 26 | 2D | 30 | 15 | 6 | 0 | 51 | C6 | C | 11 |
| Octal | 46 | 55 | 60 | 25 | 6 | 0 | 121 | 306 | 14 | 21 |
| Binary | 100110 | 101101 | 110000 | 10101 | 110 | 0 | 1010001 | 11000110 | 1100 | 10001 |
Color Harmonies of #262D30
Complementary color
Monochromatic Colors of #262D30
Black with #262D30
Text Example
Text Example
White with #262D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262D30; }
p { color: rgb(38,45,48); }
H1.HeaderClassName
{
color: #262D30;
}
.AnyTagClassName
{
color: #262D30;
}
</style>
background-color css
<style>
a { background-color: #262D30; }
a { background-color: rgb(38,45,48); }
div.DivClassName
{
background-color: #262D30;
}
.BgClassName
{
background-color: #262D30;
}
</style>
border-color css
<style>
span { border-color: #262D30; }
span { border-color: rgb(38,45,48); }
td.TdClassName
{
border-color: #262D30;
}
.TagClassName
{
border-color: #262D30;
}
</style>