Shades of Jon #43383B
Tints of Jon #43383B
RGB
CMYK
RGB Variations
Color information
#43383B (or 0x43383B) is known color: Jon. HEX triplet: 43, 38 and 3B. RGB value is (67,56,59). Sum of RGB (Red+Green+Blue) = 67+56+59=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 67 - color contains mainly: red. Hex color #43383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43383B is #BCC7C4. Grayscale: #3B3B3B. Windows color (decimal): -12371909 or 3881027. OLE color: 3881027.
HSL color Cylindrical-coordinate representation of color #43383B: hue angle of 343.64º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #43383B is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 56 | 59 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.74 |
| HSL | 343.64º | 0.09% | 0.24% | - |
| HSV(B) | 343.64º | 0.16% | 0.26% | - |
| XYZ | 4.52 | 4.34 | 4.74 | - |
| YUV | 59.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 56 | 59 | 0 | 0.16 | 0.12 | 0.74 | 343.64 | 0.09 | 0.24 |
| Hex | 43 | 38 | 3B | 0 | 10 | C | 4A | 158 | 9 | 18 |
| Octal | 103 | 70 | 73 | 0 | 20 | 14 | 112 | 530 | 11 | 30 |
| Binary | 1000011 | 111000 | 111011 | 0 | 10000 | 1100 | 1001010 | 101011000 | 1001 | 11000 |
Color Harmonies of #43383B
Complementary color
Monochromatic Colors of #43383B
Black with #43383B
Text Example
Text Example
White with #43383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43383B; }
p { color: rgb(67,56,59); }
H1.HeaderClassName
{
color: #43383B;
}
.AnyTagClassName
{
color: #43383B;
}
</style>
background-color css
<style>
a { background-color: #43383B; }
a { background-color: rgb(67,56,59); }
div.DivClassName
{
background-color: #43383B;
}
.BgClassName
{
background-color: #43383B;
}
</style>
border-color css
<style>
span { border-color: #43383B; }
span { border-color: rgb(67,56,59); }
td.TdClassName
{
border-color: #43383B;
}
.TagClassName
{
border-color: #43383B;
}
</style>