Shades of Celtic #33403B
Tints of Celtic #33403B
RGB
CMYK
RGB Variations
Color information
#33403B (or 0x33403B) is known color: Celtic. HEX triplet: 33, 40 and 3B. RGB value is (51,64,59). Sum of RGB (Red+Green+Blue) = 51+64+59=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 64 - color contains mainly: green. Hex color #33403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33403B is #CCBFC4. Grayscale: #3B3B3B. Windows color (decimal): -13418437 or 3883059. OLE color: 3883059.
HSL color Cylindrical-coordinate representation of color #33403B: hue angle of 156.92º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #33403B is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 64 | 59 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.75 |
| HSL | 156.92º | 0.11% | 0.23% | - |
| HSV(B) | 156.92º | 0.2% | 0.25% | - |
| XYZ | 3.99 | 4.69 | 4.83 | - |
| YUV | 59.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 59 | 0.20 | 0 | 0.08 | 0.75 | 156.92 | 0.11 | 0.23 |
| Hex | 33 | 40 | 3B | 14 | 0 | 8 | 4B | 9D | B | 17 |
| Octal | 63 | 100 | 73 | 24 | 0 | 10 | 113 | 235 | 13 | 27 |
| Binary | 110011 | 1000000 | 111011 | 10100 | 0 | 1000 | 1001011 | 10011101 | 1011 | 10111 |
Color Harmonies of #33403B
Complementary color
Monochromatic Colors of #33403B
Black with #33403B
Text Example
Text Example
White with #33403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33403B; }
p { color: rgb(51,64,59); }
H1.HeaderClassName
{
color: #33403B;
}
.AnyTagClassName
{
color: #33403B;
}
</style>
background-color css
<style>
a { background-color: #33403B; }
a { background-color: rgb(51,64,59); }
div.DivClassName
{
background-color: #33403B;
}
.BgClassName
{
background-color: #33403B;
}
</style>
border-color css
<style>
span { border-color: #33403B; }
span { border-color: rgb(51,64,59); }
td.TdClassName
{
border-color: #33403B;
}
.TagClassName
{
border-color: #33403B;
}
</style>