Shades of Cinder #262C2E
Tints of Cinder #262C2E
RGB
CMYK
RGB Variations
Color information
#262C2E (or 0x262C2E) is known color: Cinder. HEX triplet: 26, 2C and 2E. RGB value is (38,44,46). Sum of RGB (Red+Green+Blue) = 38+44+46=128 (16% of max value = 765). Red value is 38 (15.23% from 255 or 29.69% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 46 - color contains mainly: blue. Hex color #262C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262C2E is #D9D3D1. Grayscale: #2A2A2A. Windows color (decimal): -14275538 or 3025958. OLE color: 3025958.
HSL color Cylindrical-coordinate representation of color #262C2E: hue angle of 195º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #262C2E is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 44 | 46 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.82 |
| HSL | 195º | 0.1% | 0.16% | - |
| HSV(B) | 195º | 0.17% | 0.18% | - |
| XYZ | 2.19 | 2.41 | 2.93 | - |
| YUV | 42.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 46 | 0.17 | 0.04 | 0 | 0.82 | 195 | 0.1 | 0.16 |
| Hex | 26 | 2C | 2E | 11 | 4 | 0 | 52 | C3 | A | 10 |
| Octal | 46 | 54 | 56 | 21 | 4 | 0 | 122 | 303 | 12 | 20 |
| Binary | 100110 | 101100 | 101110 | 10001 | 100 | 0 | 1010010 | 11000011 | 1010 | 10000 |
Color Harmonies of #262C2E
Complementary color
Monochromatic Colors of #262C2E
Black with #262C2E
Text Example
Text Example
White with #262C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262C2E; }
p { color: rgb(38,44,46); }
H1.HeaderClassName
{
color: #262C2E;
}
.AnyTagClassName
{
color: #262C2E;
}
</style>
background-color css
<style>
a { background-color: #262C2E; }
a { background-color: rgb(38,44,46); }
div.DivClassName
{
background-color: #262C2E;
}
.BgClassName
{
background-color: #262C2E;
}
</style>
border-color css
<style>
span { border-color: #262C2E; }
span { border-color: rgb(38,44,46); }
td.TdClassName
{
border-color: #262C2E;
}
.TagClassName
{
border-color: #262C2E;
}
</style>