Shades of Graphite #302F2B
Tints of Graphite #302F2B
RGB
CMYK
RGB Variations
Color information
#302F2B (or 0x302F2B) is known color: Graphite. HEX triplet: 30, 2F and 2B. RGB value is (48,47,43). Sum of RGB (Red+Green+Blue) = 48+47+43=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 48 - color contains mainly: red. Hex color #302F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F2B is #CFD0D4. Grayscale: #2E2E2E. Windows color (decimal): -13619413 or 2830128. OLE color: 2830128.
HSL color Cylindrical-coordinate representation of color #302F2B: hue angle of 48º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #302F2B is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
RGB | 48 | 47 | 43 | - |
CMYK | 0 | 0.02 | 0.10 | 0.81 |
HSL | 48º | 0.05% | 0.18% | - |
HSV(B) | 48º | 0.1% | 0.19% | - |
XYZ | 2.67 | 2.84 | 2.69 | - |
YUV | 46.84 | 125.83 | 128.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 48 | 47 | 43 | 0 | 0.02 | 0.10 | 0.81 | 48 | 0.05 | 0.18 |
Hex | 30 | 2F | 2B | 0 | 2 | A | 51 | 30 | 5 | 12 |
Octal | 60 | 57 | 53 | 0 | 2 | 12 | 121 | 60 | 5 | 22 |
Binary | 110000 | 101111 | 101011 | 0 | 10 | 1010 | 1010001 | 110000 | 101 | 10010 |
Color Harmonies of #302F2B
Complementary color
Monochromatic Colors of #302F2B
Black with #302F2B
Text Example
Text Example
White with #302F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F2B; }
p { color: rgb(48,47,43); }
H1.HeaderClassName
{
color: #302F2B;
}
.AnyTagClassName
{
color: #302F2B;
}
</style>
background-color css
<style>
a { background-color: #302F2B; }
a { background-color: rgb(48,47,43); }
div.DivClassName
{
background-color: #302F2B;
}
.BgClassName
{
background-color: #302F2B;
}
</style>
border-color css
<style>
span { border-color: #302F2B; }
span { border-color: rgb(48,47,43); }
td.TdClassName
{
border-color: #302F2B;
}
.TagClassName
{
border-color: #302F2B;
}
</style>