Shades of Woodsmoke #263B35
Tints of Woodsmoke #263B35
RGB
CMYK
RGB Variations
Color information
#263B35 (or 0x263B35) is known color: Woodsmoke. HEX triplet: 26, 3B and 35. RGB value is (38,59,53). Sum of RGB (Red+Green+Blue) = 38+59+53=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 59 - color contains mainly: green. Hex color #263B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263B35 is #D9C4CA. Grayscale: #343434. Windows color (decimal): -14271691 or 3488550. OLE color: 3488550.
HSL color Cylindrical-coordinate representation of color #263B35: hue angle of 162.86º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #263B35 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 38 | 59 | 53 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.77 |
| HSL | 162.86º | 0.22% | 0.19% | - |
| HSV(B) | 162.86º | 0.36% | 0.23% | - |
| XYZ | 3.01 | 3.8 | 3.94 | - |
| YUV | 52.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 53 | 0.36 | 0 | 0.10 | 0.77 | 162.86 | 0.22 | 0.19 |
| Hex | 26 | 3B | 35 | 24 | 0 | A | 4D | A3 | 16 | 13 |
| Octal | 46 | 73 | 65 | 44 | 0 | 12 | 115 | 243 | 26 | 23 |
| Binary | 100110 | 111011 | 110101 | 100100 | 0 | 1010 | 1001101 | 10100011 | 10110 | 10011 |
Color Harmonies of #263B35
Complementary color
Monochromatic Colors of #263B35
Black with #263B35
Text Example
Text Example
White with #263B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263B35; }
p { color: rgb(38,59,53); }
H1.HeaderClassName
{
color: #263B35;
}
.AnyTagClassName
{
color: #263B35;
}
</style>
background-color css
<style>
a { background-color: #263B35; }
a { background-color: rgb(38,59,53); }
div.DivClassName
{
background-color: #263B35;
}
.BgClassName
{
background-color: #263B35;
}
</style>
border-color css
<style>
span { border-color: #263B35; }
span { border-color: rgb(38,59,53); }
td.TdClassName
{
border-color: #263B35;
}
.TagClassName
{
border-color: #263B35;
}
</style>