Shades of Tolopea #302B37
Tints of Tolopea #302B37
RGB
CMYK
RGB Variations
Color information
#302B37 (or 0x302B37) is known color: Tolopea. HEX triplet: 30, 2B and 37. RGB value is (48,43,55). Sum of RGB (Red+Green+Blue) = 48+43+55=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 55 - color contains mainly: blue. Hex color #302B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B37 is #CFD4C8. Grayscale: #2D2D2D. Windows color (decimal): -13620425 or 3615536. OLE color: 3615536.
HSL color Cylindrical-coordinate representation of color #302B37: hue angle of 265º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #302B37 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 43 | 55 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.78 |
| HSL | 265º | 0.12% | 0.19% | - |
| HSV(B) | 265º | 0.22% | 0.22% | - |
| XYZ | 2.77 | 2.63 | 3.98 | - |
| YUV | 45.86 | 133.16 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 55 | 0.13 | 0.22 | 0 | 0.78 | 265 | 0.12 | 0.19 |
| Hex | 30 | 2B | 37 | D | 16 | 0 | 4E | 109 | C | 13 |
| Octal | 60 | 53 | 67 | 15 | 26 | 0 | 116 | 411 | 14 | 23 |
| Binary | 110000 | 101011 | 110111 | 1101 | 10110 | 0 | 1001110 | 100001001 | 1100 | 10011 |
Color Harmonies of #302B37
Complementary color
Monochromatic Colors of #302B37
Black with #302B37
Text Example
Text Example
White with #302B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B37; }
p { color: rgb(48,43,55); }
H1.HeaderClassName
{
color: #302B37;
}
.AnyTagClassName
{
color: #302B37;
}
</style>
background-color css
<style>
a { background-color: #302B37; }
a { background-color: rgb(48,43,55); }
div.DivClassName
{
background-color: #302B37;
}
.BgClassName
{
background-color: #302B37;
}
</style>
border-color css
<style>
span { border-color: #302B37; }
span { border-color: rgb(48,43,55); }
td.TdClassName
{
border-color: #302B37;
}
.TagClassName
{
border-color: #302B37;
}
</style>