Shades of Big Stone #32434B
Tints of Big Stone #32434B
RGB
CMYK
RGB Variations
Color information
#32434B (or 0x32434B) is known color: Big Stone. HEX triplet: 32, 43 and 4B. RGB value is (50,67,75). Sum of RGB (Red+Green+Blue) = 50+67+75=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 75 - color contains mainly: blue. Hex color #32434B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32434B is #CDBCB4. Grayscale: #3E3E3E. Windows color (decimal): -13483189 or 4932402. OLE color: 4932402.
HSL color Cylindrical-coordinate representation of color #32434B: hue angle of 199.2º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #32434B is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 67 | 75 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.71 |
| HSL | 199.2º | 0.2% | 0.25% | - |
| HSV(B) | 199.2º | 0.33% | 0.29% | - |
| XYZ | 4.59 | 5.2 | 7.42 | - |
| YUV | 62.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 75 | 0.33 | 0.11 | 0 | 0.71 | 199.2 | 0.2 | 0.25 |
| Hex | 32 | 43 | 4B | 21 | B | 0 | 47 | C7 | 14 | 19 |
| Octal | 62 | 103 | 113 | 41 | 13 | 0 | 107 | 307 | 24 | 31 |
| Binary | 110010 | 1000011 | 1001011 | 100001 | 1011 | 0 | 1000111 | 11000111 | 10100 | 11001 |
Color Harmonies of #32434B
Complementary color
Monochromatic Colors of #32434B
Black with #32434B
Text Example
Text Example
White with #32434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32434B; }
p { color: rgb(50,67,75); }
H1.HeaderClassName
{
color: #32434B;
}
.AnyTagClassName
{
color: #32434B;
}
</style>
background-color css
<style>
a { background-color: #32434B; }
a { background-color: rgb(50,67,75); }
div.DivClassName
{
background-color: #32434B;
}
.BgClassName
{
background-color: #32434B;
}
</style>
border-color css
<style>
span { border-color: #32434B; }
span { border-color: rgb(50,67,75); }
td.TdClassName
{
border-color: #32434B;
}
.TagClassName
{
border-color: #32434B;
}
</style>