Shades of Jacko Bean #423B30
Tints of Jacko Bean #423B30
RGB
CMYK
RGB Variations
Color information
#423B30 (or 0x423B30) is known color: Jacko Bean. HEX triplet: 42, 3B and 30. RGB value is (66,59,48). Sum of RGB (Red+Green+Blue) = 66+59+48=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 66 - color contains mainly: red. Hex color #423B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B30 is #BDC4CF. Grayscale: #3B3B3B. Windows color (decimal): -12436688 or 3160898. OLE color: 3160898.
HSL color Cylindrical-coordinate representation of color #423B30: hue angle of 36.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #423B30 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 59 | 48 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.74 |
| HSL | 36.67º | 0.16% | 0.22% | - |
| HSV(B) | 36.67º | 0.27% | 0.26% | - |
| XYZ | 4.34 | 4.5 | 3.44 | - |
| YUV | 59.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 48 | 0 | 0.11 | 0.27 | 0.74 | 36.67 | 0.16 | 0.22 |
| Hex | 42 | 3B | 30 | 0 | B | 1B | 4A | 25 | 10 | 16 |
| Octal | 102 | 73 | 60 | 0 | 13 | 33 | 112 | 45 | 20 | 26 |
| Binary | 1000010 | 111011 | 110000 | 0 | 1011 | 11011 | 1001010 | 100101 | 10000 | 10110 |
Color Harmonies of #423B30
Complementary color
Monochromatic Colors of #423B30
Black with #423B30
Text Example
Text Example
White with #423B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B30; }
p { color: rgb(66,59,48); }
H1.HeaderClassName
{
color: #423B30;
}
.AnyTagClassName
{
color: #423B30;
}
</style>
background-color css
<style>
a { background-color: #423B30; }
a { background-color: rgb(66,59,48); }
div.DivClassName
{
background-color: #423B30;
}
.BgClassName
{
background-color: #423B30;
}
</style>
border-color css
<style>
span { border-color: #423B30; }
span { border-color: rgb(66,59,48); }
td.TdClassName
{
border-color: #423B30;
}
.TagClassName
{
border-color: #423B30;
}
</style>