Shades of Tolopea #302B35
Tints of Tolopea #302B35
RGB
CMYK
RGB Variations
Color information
#302B35 (or 0x302B35) is known color: Tolopea. HEX triplet: 30, 2B and 35. RGB value is (48,43,53). Sum of RGB (Red+Green+Blue) = 48+43+53=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 53 - color contains mainly: blue. Hex color #302B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B35 is #CFD4CA. Grayscale: #2D2D2D. Windows color (decimal): -13620427 or 3484464. OLE color: 3484464.
HSL color Cylindrical-coordinate representation of color #302B35: hue angle of 270º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #302B35 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 48 | 43 | 53 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.79 |
| HSL | 270º | 0.1% | 0.19% | - |
| HSV(B) | 270º | 0.19% | 0.21% | - |
| XYZ | 2.73 | 2.61 | 3.73 | - |
| YUV | 45.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 53 | 0.09 | 0.19 | 0 | 0.79 | 270 | 0.1 | 0.19 |
| Hex | 30 | 2B | 35 | 9 | 13 | 0 | 4F | 10E | A | 13 |
| Octal | 60 | 53 | 65 | 11 | 23 | 0 | 117 | 416 | 12 | 23 |
| Binary | 110000 | 101011 | 110101 | 1001 | 10011 | 0 | 1001111 | 100001110 | 1010 | 10011 |
Color Harmonies of #302B35
Complementary color
Monochromatic Colors of #302B35
Black with #302B35
Text Example
Text Example
White with #302B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B35; }
p { color: rgb(48,43,53); }
H1.HeaderClassName
{
color: #302B35;
}
.AnyTagClassName
{
color: #302B35;
}
</style>
background-color css
<style>
a { background-color: #302B35; }
a { background-color: rgb(48,43,53); }
div.DivClassName
{
background-color: #302B35;
}
.BgClassName
{
background-color: #302B35;
}
</style>
border-color css
<style>
span { border-color: #302B35; }
span { border-color: rgb(48,43,53); }
td.TdClassName
{
border-color: #302B35;
}
.TagClassName
{
border-color: #302B35;
}
</style>