Shades of Payne's Grey #43434A
Tints of Payne's Grey #43434A
RGB
CMYK
RGB Variations
Color information
#43434A (or 0x43434A) is known color: Payne's Grey. HEX triplet: 43, 43 and 4A. RGB value is (67,67,74). Sum of RGB (Red+Green+Blue) = 67+67+74=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 74 - color contains mainly: blue. Hex color #43434A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43434A is #BCBCB5. Grayscale: #434343. Windows color (decimal): -12369078 or 4866883. OLE color: 4866883.
HSL color Cylindrical-coordinate representation of color #43434A: hue angle of 240º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #43434A is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 67 | 74 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.71 |
| HSL | 240º | 0.05% | 0.28% | - |
| HSV(B) | 240º | 0.09% | 0.29% | - |
| XYZ | 5.56 | 5.7 | 7.29 | - |
| YUV | 67.8 | 131.5 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 67 | 74 | 0.09 | 0.09 | 0 | 0.71 | 240 | 0.05 | 0.28 |
| Hex | 43 | 43 | 4A | 9 | 9 | 0 | 47 | F0 | 5 | 1C |
| Octal | 103 | 103 | 112 | 11 | 11 | 0 | 107 | 360 | 5 | 34 |
| Binary | 1000011 | 1000011 | 1001010 | 1001 | 1001 | 0 | 1000111 | 11110000 | 101 | 11100 |
Color Harmonies of #43434A
Complementary color
Monochromatic Colors of #43434A
Black with #43434A
Text Example
Text Example
White with #43434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43434A; }
p { color: rgb(67,67,74); }
H1.HeaderClassName
{
color: #43434A;
}
.AnyTagClassName
{
color: #43434A;
}
</style>
background-color css
<style>
a { background-color: #43434A; }
a { background-color: rgb(67,67,74); }
div.DivClassName
{
background-color: #43434A;
}
.BgClassName
{
background-color: #43434A;
}
</style>
border-color css
<style>
span { border-color: #43434A; }
span { border-color: rgb(67,67,74); }
td.TdClassName
{
border-color: #43434A;
}
.TagClassName
{
border-color: #43434A;
}
</style>