Shades of Black Rock #262737
Tints of Black Rock #262737
RGB
CMYK
RGB Variations
Color information
#262737 (or 0x262737) is known color: Black Rock. HEX triplet: 26, 27 and 37. RGB value is (38,39,55). Sum of RGB (Red+Green+Blue) = 38+39+55=132 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.79% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 55 (21.88% from 255 or 41.67% from 132); Max value from RGB is 55 - color contains mainly: blue. Hex color #262737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262737 is #D9D8C8. Grayscale: #282828. Windows color (decimal): -14276809 or 3614502. OLE color: 3614502.
HSL color Cylindrical-coordinate representation of color #262737: hue angle of 236.47º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #262737 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 39 | 55 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.78 |
| HSL | 236.47º | 0.18% | 0.18% | - |
| HSV(B) | 236.47º | 0.31% | 0.22% | - |
| XYZ | 2.21 | 2.14 | 3.91 | - |
| YUV | 40.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 39 | 55 | 0.31 | 0.29 | 0 | 0.78 | 236.47 | 0.18 | 0.18 |
| Hex | 26 | 27 | 37 | 1F | 1D | 0 | 4E | EC | 12 | 12 |
| Octal | 46 | 47 | 67 | 37 | 35 | 0 | 116 | 354 | 22 | 22 |
| Binary | 100110 | 100111 | 110111 | 11111 | 11101 | 0 | 1001110 | 11101100 | 10010 | 10010 |
Color Harmonies of #262737
Complementary color
Monochromatic Colors of #262737
Black with #262737
Text Example
Text Example
White with #262737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262737; }
p { color: rgb(38,39,55); }
H1.HeaderClassName
{
color: #262737;
}
.AnyTagClassName
{
color: #262737;
}
</style>
background-color css
<style>
a { background-color: #262737; }
a { background-color: rgb(38,39,55); }
div.DivClassName
{
background-color: #262737;
}
.BgClassName
{
background-color: #262737;
}
</style>
border-color css
<style>
span { border-color: #262737; }
span { border-color: rgb(38,39,55); }
td.TdClassName
{
border-color: #262737;
}
.TagClassName
{
border-color: #262737;
}
</style>