Shades of Black Forest #2D302B
Tints of Black Forest #2D302B
RGB
CMYK
RGB Variations
Color information
#2D302B (or 0x2D302B) is known color: Black Forest. HEX triplet: 2D, 30 and 2B. RGB value is (45,48,43). Sum of RGB (Red+Green+Blue) = 45+48+43=136 (18% of max value = 765). Red value is 45 (17.97% from 255 or 33.09% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 48 - color contains mainly: green. Hex color #2D302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D302B is #D2CFD4. Grayscale: #2E2E2E. Windows color (decimal): -13815765 or 2830381. OLE color: 2830381.
HSL color Cylindrical-coordinate representation of color #2D302B: hue angle of 96º 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 #2D302B is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
RGB | 45 | 48 | 43 | - |
CMYK | 0.06 | 0 | 0.10 | 0.81 |
HSL | 96º | 0.05% | 0.18% | - |
HSV(B) | 96º | 0.1% | 0.19% | - |
XYZ | 2.58 | 2.85 | 2.7 | - |
YUV | 46.53 | 126.01 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 48 | 43 | 0.06 | 0 | 0.10 | 0.81 | 96 | 0.05 | 0.18 |
Hex | 2D | 30 | 2B | 6 | 0 | A | 51 | 60 | 5 | 12 |
Octal | 55 | 60 | 53 | 6 | 0 | 12 | 121 | 140 | 5 | 22 |
Binary | 101101 | 110000 | 101011 | 110 | 0 | 1010 | 1010001 | 1100000 | 101 | 10010 |
Color Harmonies of #2D302B
Complementary color
Monochromatic Colors of #2D302B
Black with #2D302B
Text Example
Text Example
White with #2D302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D302B; }
p { color: rgb(45,48,43); }
H1.HeaderClassName
{
color: #2D302B;
}
.AnyTagClassName
{
color: #2D302B;
}
</style>
background-color css
<style>
a { background-color: #2D302B; }
a { background-color: rgb(45,48,43); }
div.DivClassName
{
background-color: #2D302B;
}
.BgClassName
{
background-color: #2D302B;
}
</style>
border-color css
<style>
span { border-color: #2D302B; }
span { border-color: rgb(45,48,43); }
td.TdClassName
{
border-color: #2D302B;
}
.TagClassName
{
border-color: #2D302B;
}
</style>