Shades of Black Rock #262839
Tints of Black Rock #262839
RGB
CMYK
RGB Variations
Color information
#262839 (or 0x262839) is known color: Black Rock. HEX triplet: 26, 28 and 39. RGB value is (38,40,57). Sum of RGB (Red+Green+Blue) = 38+40+57=135 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.15% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 57 - color contains mainly: blue. Hex color #262839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262839 is #D9D7C6. Grayscale: #292929. Windows color (decimal): -14276551 or 3745830. OLE color: 3745830.
HSL color Cylindrical-coordinate representation of color #262839: hue angle of 233.68º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #262839 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 40 | 57 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.78 |
| HSL | 233.68º | 0.2% | 0.19% | - |
| HSV(B) | 233.68º | 0.33% | 0.22% | - |
| XYZ | 2.3 | 2.23 | 4.18 | - |
| YUV | 41.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 57 | 0.33 | 0.30 | 0 | 0.78 | 233.68 | 0.2 | 0.19 |
| Hex | 26 | 28 | 39 | 21 | 1E | 0 | 4E | EA | 14 | 13 |
| Octal | 46 | 50 | 71 | 41 | 36 | 0 | 116 | 352 | 24 | 23 |
| Binary | 100110 | 101000 | 111001 | 100001 | 11110 | 0 | 1001110 | 11101010 | 10100 | 10011 |
Color Harmonies of #262839
Complementary color
Monochromatic Colors of #262839
Black with #262839
Text Example
Text Example
White with #262839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262839; }
p { color: rgb(38,40,57); }
H1.HeaderClassName
{
color: #262839;
}
.AnyTagClassName
{
color: #262839;
}
</style>
background-color css
<style>
a { background-color: #262839; }
a { background-color: rgb(38,40,57); }
div.DivClassName
{
background-color: #262839;
}
.BgClassName
{
background-color: #262839;
}
</style>
border-color css
<style>
span { border-color: #262839; }
span { border-color: rgb(38,40,57); }
td.TdClassName
{
border-color: #262839;
}
.TagClassName
{
border-color: #262839;
}
</style>