Shades of Graphite #3B361C
Tints of Graphite #3B361C
RGB
CMYK
RGB Variations
Color information
#3B361C (or 0x3B361C) is known color: Graphite. HEX triplet: 3B, 36 and 1C. RGB value is (59,54,28). Sum of RGB (Red+Green+Blue) = 59+54+28=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 54 (21.48% from 255 or 38.30% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 59 - color contains mainly: red. Hex color #3B361C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B361C is #C4C9E3. Grayscale: #343434. Windows color (decimal): -12896740 or 1848891. OLE color: 1848891.
HSL color Cylindrical-coordinate representation of color #3B361C: hue angle of 50.32º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B361C is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 54 | 28 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.77 |
| HSL | 50.32º | 0.36% | 0.17% | - |
| HSV(B) | 50.32º | 0.53% | 0.23% | - |
| XYZ | 3.33 | 3.65 | 1.63 | - |
| YUV | 52.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 28 | 0 | 0.08 | 0.53 | 0.77 | 50.32 | 0.36 | 0.17 |
| Hex | 3B | 36 | 1C | 0 | 8 | 35 | 4D | 32 | 24 | 11 |
| Octal | 73 | 66 | 34 | 0 | 10 | 65 | 115 | 62 | 44 | 21 |
| Binary | 111011 | 110110 | 11100 | 0 | 1000 | 110101 | 1001101 | 110010 | 100100 | 10001 |
Color Harmonies of #3B361C
Complementary color
Monochromatic Colors of #3B361C
Black with #3B361C
Text Example
Text Example
White with #3B361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B361C; }
p { color: rgb(59,54,28); }
H1.HeaderClassName
{
color: #3B361C;
}
.AnyTagClassName
{
color: #3B361C;
}
</style>
background-color css
<style>
a { background-color: #3B361C; }
a { background-color: rgb(59,54,28); }
div.DivClassName
{
background-color: #3B361C;
}
.BgClassName
{
background-color: #3B361C;
}
</style>
border-color css
<style>
span { border-color: #3B361C; }
span { border-color: rgb(59,54,28); }
td.TdClassName
{
border-color: #3B361C;
}
.TagClassName
{
border-color: #3B361C;
}
</style>