Shades of Payne's Grey #43434B
Tints of Payne's Grey #43434B
RGB
CMYK
RGB Variations
Color information
#43434B (or 0x43434B) is known color: Payne's Grey. HEX triplet: 43, 43 and 4B. RGB value is (67,67,75). Sum of RGB (Red+Green+Blue) = 67+67+75=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 75 - color contains mainly: blue. Hex color #43434B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43434B is #BCBCB4. Grayscale: #434343. Windows color (decimal): -12369077 or 4932419. OLE color: 4932419.
HSL color Cylindrical-coordinate representation of color #43434B: hue angle of 240º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #43434B is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 67 | 75 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.71 |
| HSL | 240º | 0.06% | 0.28% | - |
| HSV(B) | 240º | 0.11% | 0.29% | - |
| XYZ | 5.59 | 5.72 | 7.47 | - |
| YUV | 67.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 67 | 75 | 0.11 | 0.11 | 0 | 0.71 | 240 | 0.06 | 0.28 |
| Hex | 43 | 43 | 4B | B | B | 0 | 47 | F0 | 6 | 1C |
| Octal | 103 | 103 | 113 | 13 | 13 | 0 | 107 | 360 | 6 | 34 |
| Binary | 1000011 | 1000011 | 1001011 | 1011 | 1011 | 0 | 1000111 | 11110000 | 110 | 11100 |
Color Harmonies of #43434B
Complementary color
Monochromatic Colors of #43434B
Black with #43434B
Text Example
Text Example
White with #43434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43434B; }
p { color: rgb(67,67,75); }
H1.HeaderClassName
{
color: #43434B;
}
.AnyTagClassName
{
color: #43434B;
}
</style>
background-color css
<style>
a { background-color: #43434B; }
a { background-color: rgb(67,67,75); }
div.DivClassName
{
background-color: #43434B;
}
.BgClassName
{
background-color: #43434B;
}
</style>
border-color css
<style>
span { border-color: #43434B; }
span { border-color: rgb(67,67,75); }
td.TdClassName
{
border-color: #43434B;
}
.TagClassName
{
border-color: #43434B;
}
</style>