Shades of Arsenic #333F4B
Tints of Arsenic #333F4B
RGB
CMYK
RGB Variations
Color information
#333F4B (or 0x333F4B) is known color: Arsenic. HEX triplet: 33, 3F and 4B. RGB value is (51,63,75). Sum of RGB (Red+Green+Blue) = 51+63+75=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 75 - color contains mainly: blue. Hex color #333F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333F4B is #CCC0B4. Grayscale: #3C3C3C. Windows color (decimal): -13418677 or 4931379. OLE color: 4931379.
HSL color Cylindrical-coordinate representation of color #333F4B: hue angle of 210º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #333F4B is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 63 | 75 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.71 |
| HSL | 210º | 0.19% | 0.25% | - |
| HSV(B) | 210º | 0.32% | 0.29% | - |
| XYZ | 4.41 | 4.77 | 7.34 | - |
| YUV | 60.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 75 | 0.32 | 0.16 | 0 | 0.71 | 210 | 0.19 | 0.25 |
| Hex | 33 | 3F | 4B | 20 | 10 | 0 | 47 | D2 | 13 | 19 |
| Octal | 63 | 77 | 113 | 40 | 20 | 0 | 107 | 322 | 23 | 31 |
| Binary | 110011 | 111111 | 1001011 | 100000 | 10000 | 0 | 1000111 | 11010010 | 10011 | 11001 |
Color Harmonies of #333F4B
Complementary color
Monochromatic Colors of #333F4B
Black with #333F4B
Text Example
Text Example
White with #333F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F4B; }
p { color: rgb(51,63,75); }
H1.HeaderClassName
{
color: #333F4B;
}
.AnyTagClassName
{
color: #333F4B;
}
</style>
background-color css
<style>
a { background-color: #333F4B; }
a { background-color: rgb(51,63,75); }
div.DivClassName
{
background-color: #333F4B;
}
.BgClassName
{
background-color: #333F4B;
}
</style>
border-color css
<style>
span { border-color: #333F4B; }
span { border-color: rgb(51,63,75); }
td.TdClassName
{
border-color: #333F4B;
}
.TagClassName
{
border-color: #333F4B;
}
</style>