Shades of Tolopea #302A37
Tints of Tolopea #302A37
RGB
CMYK
RGB Variations
Color information
#302A37 (or 0x302A37) is known color: Tolopea. HEX triplet: 30, 2A and 37. RGB value is (48,42,55). Sum of RGB (Red+Green+Blue) = 48+42+55=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 55 - color contains mainly: blue. Hex color #302A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A37 is #CFD5C8. Grayscale: #2D2D2D. Windows color (decimal): -13620681 or 3615280. OLE color: 3615280.
HSL color Cylindrical-coordinate representation of color #302A37: hue angle of 267.69º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #302A37 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 42 | 55 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.78 |
| HSL | 267.69º | 0.13% | 0.19% | - |
| HSV(B) | 267.69º | 0.24% | 0.22% | - |
| XYZ | 2.74 | 2.56 | 3.96 | - |
| YUV | 45.28 | 133.49 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 55 | 0.13 | 0.24 | 0 | 0.78 | 267.69 | 0.13 | 0.19 |
| Hex | 30 | 2A | 37 | D | 18 | 0 | 4E | 10C | D | 13 |
| Octal | 60 | 52 | 67 | 15 | 30 | 0 | 116 | 414 | 15 | 23 |
| Binary | 110000 | 101010 | 110111 | 1101 | 11000 | 0 | 1001110 | 100001100 | 1101 | 10011 |
Color Harmonies of #302A37
Complementary color
Monochromatic Colors of #302A37
Black with #302A37
Text Example
Text Example
White with #302A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302A37; }
p { color: rgb(48,42,55); }
H1.HeaderClassName
{
color: #302A37;
}
.AnyTagClassName
{
color: #302A37;
}
</style>
background-color css
<style>
a { background-color: #302A37; }
a { background-color: rgb(48,42,55); }
div.DivClassName
{
background-color: #302A37;
}
.BgClassName
{
background-color: #302A37;
}
</style>
border-color css
<style>
span { border-color: #302A37; }
span { border-color: rgb(48,42,55); }
td.TdClassName
{
border-color: #302A37;
}
.TagClassName
{
border-color: #302A37;
}
</style>