Shades of Charade #3B4243
Tints of Charade #3B4243
RGB
CMYK
RGB Variations
Color information
#3B4243 (or 0x3B4243) is known color: Charade. HEX triplet: 3B, 42 and 43. RGB value is (59,66,67). Sum of RGB (Red+Green+Blue) = 59+66+67=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 67 - color contains mainly: blue. Hex color #3B4243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4243 is #C4BDBC. Grayscale: #404040. Windows color (decimal): -12893629 or 4407867. OLE color: 4407867.
HSL color Cylindrical-coordinate representation of color #3B4243: hue angle of 187.5º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3B4243 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 66 | 67 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.74 |
| HSL | 187.5º | 0.06% | 0.25% | - |
| HSV(B) | 187.5º | 0.12% | 0.26% | - |
| XYZ | 4.76 | 5.23 | 6.07 | - |
| YUV | 64.02 | 129.68 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 66 | 67 | 0.12 | 0.01 | 0 | 0.74 | 187.5 | 0.06 | 0.25 |
| Hex | 3B | 42 | 43 | C | 1 | 0 | 4A | BC | 6 | 19 |
| Octal | 73 | 102 | 103 | 14 | 1 | 0 | 112 | 274 | 6 | 31 |
| Binary | 111011 | 1000010 | 1000011 | 1100 | 1 | 0 | 1001010 | 10111100 | 110 | 11001 |
Color Harmonies of #3B4243
Complementary color
Monochromatic Colors of #3B4243
Black with #3B4243
Text Example
Text Example
White with #3B4243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4243; }
p { color: rgb(59,66,67); }
H1.HeaderClassName
{
color: #3B4243;
}
.AnyTagClassName
{
color: #3B4243;
}
</style>
background-color css
<style>
a { background-color: #3B4243; }
a { background-color: rgb(59,66,67); }
div.DivClassName
{
background-color: #3B4243;
}
.BgClassName
{
background-color: #3B4243;
}
</style>
border-color css
<style>
span { border-color: #3B4243; }
span { border-color: rgb(59,66,67); }
td.TdClassName
{
border-color: #3B4243;
}
.TagClassName
{
border-color: #3B4243;
}
</style>