Shades of Burnham #263D36
Tints of Burnham #263D36
RGB
CMYK
RGB Variations
Color information
#263D36 (or 0x263D36) is known color: Burnham. HEX triplet: 26, 3D and 36. RGB value is (38,61,54). Sum of RGB (Red+Green+Blue) = 38+61+54=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 61 - color contains mainly: green. Hex color #263D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263D36 is #D9C2C9. Grayscale: #353535. Windows color (decimal): -14271178 or 3554598. OLE color: 3554598.
HSL color Cylindrical-coordinate representation of color #263D36: hue angle of 161.74º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #263D36 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 61 | 54 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.76 |
| HSL | 161.74º | 0.23% | 0.19% | - |
| HSV(B) | 161.74º | 0.38% | 0.24% | - |
| XYZ | 3.13 | 4.02 | 4.1 | - |
| YUV | 53.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 54 | 0.38 | 0 | 0.11 | 0.76 | 161.74 | 0.23 | 0.19 |
| Hex | 26 | 3D | 36 | 26 | 0 | B | 4C | A2 | 17 | 13 |
| Octal | 46 | 75 | 66 | 46 | 0 | 13 | 114 | 242 | 27 | 23 |
| Binary | 100110 | 111101 | 110110 | 100110 | 0 | 1011 | 1001100 | 10100010 | 10111 | 10011 |
Color Harmonies of #263D36
Complementary color
Monochromatic Colors of #263D36
Black with #263D36
Text Example
Text Example
White with #263D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D36; }
p { color: rgb(38,61,54); }
H1.HeaderClassName
{
color: #263D36;
}
.AnyTagClassName
{
color: #263D36;
}
</style>
background-color css
<style>
a { background-color: #263D36; }
a { background-color: rgb(38,61,54); }
div.DivClassName
{
background-color: #263D36;
}
.BgClassName
{
background-color: #263D36;
}
</style>
border-color css
<style>
span { border-color: #263D36; }
span { border-color: rgb(38,61,54); }
td.TdClassName
{
border-color: #263D36;
}
.TagClassName
{
border-color: #263D36;
}
</style>