Shades of Black Rock #27283B
Tints of Black Rock #27283B
RGB
CMYK
RGB Variations
Color information
#27283B (or 0x27283B) is known color: Black Rock. HEX triplet: 27, 28 and 3B. RGB value is (39,40,59). Sum of RGB (Red+Green+Blue) = 39+40+59=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 59 - color contains mainly: blue. Hex color #27283B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27283B is #D8D7C4. Grayscale: #292929. Windows color (decimal): -14211013 or 3876903. OLE color: 3876903.
HSL color Cylindrical-coordinate representation of color #27283B: hue angle of 237º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #27283B is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 40 | 59 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.77 |
| HSL | 237º | 0.2% | 0.19% | - |
| HSV(B) | 237º | 0.34% | 0.23% | - |
| XYZ | 2.38 | 2.26 | 4.45 | - |
| YUV | 41.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 59 | 0.34 | 0.32 | 0 | 0.77 | 237 | 0.2 | 0.19 |
| Hex | 27 | 28 | 3B | 22 | 20 | 0 | 4D | ED | 14 | 13 |
| Octal | 47 | 50 | 73 | 42 | 40 | 0 | 115 | 355 | 24 | 23 |
| Binary | 100111 | 101000 | 111011 | 100010 | 100000 | 0 | 1001101 | 11101101 | 10100 | 10011 |
Color Harmonies of #27283B
Complementary color
Monochromatic Colors of #27283B
Black with #27283B
Text Example
Text Example
White with #27283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27283B; }
p { color: rgb(39,40,59); }
H1.HeaderClassName
{
color: #27283B;
}
.AnyTagClassName
{
color: #27283B;
}
</style>
background-color css
<style>
a { background-color: #27283B; }
a { background-color: rgb(39,40,59); }
div.DivClassName
{
background-color: #27283B;
}
.BgClassName
{
background-color: #27283B;
}
</style>
border-color css
<style>
span { border-color: #27283B; }
span { border-color: rgb(39,40,59); }
td.TdClassName
{
border-color: #27283B;
}
.TagClassName
{
border-color: #27283B;
}
</style>