Shades of Burnham #23453A
Tints of Burnham #23453A
RGB
CMYK
RGB Variations
Color information
#23453A (or 0x23453A) is known color: Burnham. HEX triplet: 23, 45 and 3A. RGB value is (35,69,58). Sum of RGB (Red+Green+Blue) = 35+69+58=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 69 - color contains mainly: green. Hex color #23453A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23453A is #DCBAC5. Grayscale: #393939. Windows color (decimal): -14465734 or 3818787. OLE color: 3818787.
HSL color Cylindrical-coordinate representation of color #23453A: hue angle of 160.59º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #23453A is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 69 | 58 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.73 |
| HSL | 160.59º | 0.33% | 0.2% | - |
| HSV(B) | 160.59º | 0.49% | 0.27% | - |
| XYZ | 3.58 | 4.92 | 4.76 | - |
| YUV | 57.58 | 128.24 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 58 | 0.49 | 0 | 0.16 | 0.73 | 160.59 | 0.33 | 0.2 |
| Hex | 23 | 45 | 3A | 31 | 0 | 10 | 49 | A1 | 21 | 14 |
| Octal | 43 | 105 | 72 | 61 | 0 | 20 | 111 | 241 | 41 | 24 |
| Binary | 100011 | 1000101 | 111010 | 110001 | 0 | 10000 | 1001001 | 10100001 | 100001 | 10100 |
Color Harmonies of #23453A
Complementary color
Monochromatic Colors of #23453A
Black with #23453A
Text Example
Text Example
White with #23453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23453A; }
p { color: rgb(35,69,58); }
H1.HeaderClassName
{
color: #23453A;
}
.AnyTagClassName
{
color: #23453A;
}
</style>
background-color css
<style>
a { background-color: #23453A; }
a { background-color: rgb(35,69,58); }
div.DivClassName
{
background-color: #23453A;
}
.BgClassName
{
background-color: #23453A;
}
</style>
border-color css
<style>
span { border-color: #23453A; }
span { border-color: rgb(35,69,58); }
td.TdClassName
{
border-color: #23453A;
}
.TagClassName
{
border-color: #23453A;
}
</style>