Shades of Burnham #26483B
Tints of Burnham #26483B
RGB
CMYK
RGB Variations
Color information
#26483B (or 0x26483B) is known color: Burnham. HEX triplet: 26, 48 and 3B. RGB value is (38,72,59). Sum of RGB (Red+Green+Blue) = 38+72+59=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 72 - color contains mainly: green. Hex color #26483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26483B is #D9B7C4. Grayscale: #3C3C3C. Windows color (decimal): -14268357 or 3885094. OLE color: 3885094.
HSL color Cylindrical-coordinate representation of color #26483B: hue angle of 157.06º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #26483B is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 72 | 59 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.72 |
| HSL | 157.06º | 0.31% | 0.22% | - |
| HSV(B) | 157.06º | 0.47% | 0.28% | - |
| XYZ | 3.91 | 5.36 | 4.97 | - |
| YUV | 60.35 | 127.24 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 59 | 0.47 | 0 | 0.18 | 0.72 | 157.06 | 0.31 | 0.22 |
| Hex | 26 | 48 | 3B | 2F | 0 | 12 | 48 | 9D | 1F | 16 |
| Octal | 46 | 110 | 73 | 57 | 0 | 22 | 110 | 235 | 37 | 26 |
| Binary | 100110 | 1001000 | 111011 | 101111 | 0 | 10010 | 1001000 | 10011101 | 11111 | 10110 |
Color Harmonies of #26483B
Complementary color
Monochromatic Colors of #26483B
Black with #26483B
Text Example
Text Example
White with #26483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26483B; }
p { color: rgb(38,72,59); }
H1.HeaderClassName
{
color: #26483B;
}
.AnyTagClassName
{
color: #26483B;
}
</style>
background-color css
<style>
a { background-color: #26483B; }
a { background-color: rgb(38,72,59); }
div.DivClassName
{
background-color: #26483B;
}
.BgClassName
{
background-color: #26483B;
}
</style>
border-color css
<style>
span { border-color: #26483B; }
span { border-color: rgb(38,72,59); }
td.TdClassName
{
border-color: #26483B;
}
.TagClassName
{
border-color: #26483B;
}
</style>