Shades of Celtic #33423A
Tints of Celtic #33423A
RGB
CMYK
RGB Variations
Color information
#33423A (or 0x33423A) is known color: Celtic. HEX triplet: 33, 42 and 3A. RGB value is (51,66,58). Sum of RGB (Red+Green+Blue) = 51+66+58=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 66 - color contains mainly: green. Hex color #33423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33423A is #CCBDC5. Grayscale: #3C3C3C. Windows color (decimal): -13417926 or 3818035. OLE color: 3818035.
HSL color Cylindrical-coordinate representation of color #33423A: hue angle of 148º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #33423A is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 66 | 58 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.74 |
| HSL | 148º | 0.13% | 0.23% | - |
| HSV(B) | 148º | 0.23% | 0.26% | - |
| XYZ | 4.08 | 4.91 | 4.73 | - |
| YUV | 60.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 66 | 58 | 0.23 | 0 | 0.12 | 0.74 | 148 | 0.13 | 0.23 |
| Hex | 33 | 42 | 3A | 17 | 0 | C | 4A | 94 | D | 17 |
| Octal | 63 | 102 | 72 | 27 | 0 | 14 | 112 | 224 | 15 | 27 |
| Binary | 110011 | 1000010 | 111010 | 10111 | 0 | 1100 | 1001010 | 10010100 | 1101 | 10111 |
Color Harmonies of #33423A
Complementary color
Monochromatic Colors of #33423A
Black with #33423A
Text Example
Text Example
White with #33423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33423A; }
p { color: rgb(51,66,58); }
H1.HeaderClassName
{
color: #33423A;
}
.AnyTagClassName
{
color: #33423A;
}
</style>
background-color css
<style>
a { background-color: #33423A; }
a { background-color: rgb(51,66,58); }
div.DivClassName
{
background-color: #33423A;
}
.BgClassName
{
background-color: #33423A;
}
</style>
border-color css
<style>
span { border-color: #33423A; }
span { border-color: rgb(51,66,58); }
td.TdClassName
{
border-color: #33423A;
}
.TagClassName
{
border-color: #33423A;
}
</style>