Shades of Blue Charcoal #192330
Tints of Blue Charcoal #192330
RGB
CMYK
RGB Variations
Color information
#192330 (or 0x192330) is known color: Blue Charcoal. HEX triplet: 19, 23 and 30. RGB value is (25,35,48). Sum of RGB (Red+Green+Blue) = 25+35+48=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 48 (19.14% from 255 or 44.44% from 108); Max value from RGB is 48 - color contains mainly: blue. Hex color #192330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192330 is #E6DCCF. Grayscale: #212121. Windows color (decimal): -15129808 or 3154713. OLE color: 3154713.
HSL color Cylindrical-coordinate representation of color #192330: hue angle of 213.91º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #192330 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 35 | 48 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.81 |
| HSL | 213.91º | 0.32% | 0.14% | - |
| HSV(B) | 213.91º | 0.48% | 0.19% | - |
| XYZ | 1.54 | 1.62 | 3.03 | - |
| YUV | 33.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 48 | 0.48 | 0.27 | 0 | 0.81 | 213.91 | 0.32 | 0.14 |
| Hex | 19 | 23 | 30 | 30 | 1B | 0 | 51 | D6 | 20 | E |
| Octal | 31 | 43 | 60 | 60 | 33 | 0 | 121 | 326 | 40 | 16 |
| Binary | 11001 | 100011 | 110000 | 110000 | 11011 | 0 | 1010001 | 11010110 | 100000 | 1110 |
Color Harmonies of #192330
Complementary color
Monochromatic Colors of #192330
Black with #192330
Text Example
Text Example
White with #192330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192330; }
p { color: rgb(25,35,48); }
H1.HeaderClassName
{
color: #192330;
}
.AnyTagClassName
{
color: #192330;
}
</style>
background-color css
<style>
a { background-color: #192330; }
a { background-color: rgb(25,35,48); }
div.DivClassName
{
background-color: #192330;
}
.BgClassName
{
background-color: #192330;
}
</style>
border-color css
<style>
span { border-color: #192330; }
span { border-color: rgb(25,35,48); }
td.TdClassName
{
border-color: #192330;
}
.TagClassName
{
border-color: #192330;
}
</style>