Shades of Black Rock #2D303E
Tints of Black Rock #2D303E
RGB
CMYK
RGB Variations
Color information
#2D303E (or 0x2D303E) is known color: Black Rock. HEX triplet: 2D, 30 and 3E. RGB value is (45,48,62). Sum of RGB (Red+Green+Blue) = 45+48+62=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 62 - color contains mainly: blue. Hex color #2D303E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D303E is #D2CFC1. Grayscale: #303030. Windows color (decimal): -13815746 or 4075565. OLE color: 4075565.
HSL color Cylindrical-coordinate representation of color #2D303E: hue angle of 229.41º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2D303E is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 48 | 62 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.76 |
| HSL | 229.41º | 0.16% | 0.21% | - |
| HSV(B) | 229.41º | 0.27% | 0.24% | - |
| XYZ | 3.01 | 3.02 | 4.98 | - |
| YUV | 48.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 48 | 62 | 0.27 | 0.23 | 0 | 0.76 | 229.41 | 0.16 | 0.21 |
| Hex | 2D | 30 | 3E | 1B | 17 | 0 | 4C | E5 | 10 | 15 |
| Octal | 55 | 60 | 76 | 33 | 27 | 0 | 114 | 345 | 20 | 25 |
| Binary | 101101 | 110000 | 111110 | 11011 | 10111 | 0 | 1001100 | 11100101 | 10000 | 10101 |
Color Harmonies of #2D303E
Complementary color
Monochromatic Colors of #2D303E
Black with #2D303E
Text Example
Text Example
White with #2D303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D303E; }
p { color: rgb(45,48,62); }
H1.HeaderClassName
{
color: #2D303E;
}
.AnyTagClassName
{
color: #2D303E;
}
</style>
background-color css
<style>
a { background-color: #2D303E; }
a { background-color: rgb(45,48,62); }
div.DivClassName
{
background-color: #2D303E;
}
.BgClassName
{
background-color: #2D303E;
}
</style>
border-color css
<style>
span { border-color: #2D303E; }
span { border-color: rgb(45,48,62); }
td.TdClassName
{
border-color: #2D303E;
}
.TagClassName
{
border-color: #2D303E;
}
</style>