Shades of Cod Grey #2F3337
Tints of Cod Grey #2F3337
RGB
CMYK
RGB Variations
Color information
#2F3337 (or 0x2F3337) is known color: Cod Grey. HEX triplet: 2F, 33 and 37. RGB value is (47,51,55). Sum of RGB (Red+Green+Blue) = 47+51+55=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 55 - color contains mainly: blue. Hex color #2F3337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3337 is #D0CCC8. Grayscale: #323232. Windows color (decimal): -13683913 or 3617583. OLE color: 3617583.
HSL color Cylindrical-coordinate representation of color #2F3337: hue angle of 210º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2F3337 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
RGB | 47 | 51 | 55 | - |
CMYK | 0.15 | 0.07 | 0 | 0.78 |
HSL | 210º | 0.08% | 0.2% | - |
HSV(B) | 210º | 0.15% | 0.22% | - |
XYZ | 3.05 | 3.25 | 4.08 | - |
YUV | 50.26 | 130.67 | 125.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 51 | 55 | 0.15 | 0.07 | 0 | 0.78 | 210 | 0.08 | 0.2 |
Hex | 2F | 33 | 37 | F | 7 | 0 | 4E | D2 | 8 | 14 |
Octal | 57 | 63 | 67 | 17 | 7 | 0 | 116 | 322 | 10 | 24 |
Binary | 101111 | 110011 | 110111 | 1111 | 111 | 0 | 1001110 | 11010010 | 1000 | 10100 |
Color Harmonies of #2F3337
Complementary color
Monochromatic Colors of #2F3337
Black with #2F3337
Text Example
Text Example
White with #2F3337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3337; }
p { color: rgb(47,51,55); }
H1.HeaderClassName
{
color: #2F3337;
}
.AnyTagClassName
{
color: #2F3337;
}
</style>
background-color css
<style>
a { background-color: #2F3337; }
a { background-color: rgb(47,51,55); }
div.DivClassName
{
background-color: #2F3337;
}
.BgClassName
{
background-color: #2F3337;
}
</style>
border-color css
<style>
span { border-color: #2F3337; }
span { border-color: rgb(47,51,55); }
td.TdClassName
{
border-color: #2F3337;
}
.TagClassName
{
border-color: #2F3337;
}
</style>