Shades of Black Russian #242634
Tints of Black Russian #242634
RGB
CMYK
RGB Variations
Color information
#242634 (or 0x242634) is known color: Black Russian. HEX triplet: 24, 26 and 34. RGB value is (36,38,52). Sum of RGB (Red+Green+Blue) = 36+38+52=126 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.57% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 52 - color contains mainly: blue. Hex color #242634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242634 is #DBD9CB. Grayscale: #262626. Windows color (decimal): -14408140 or 3417636. OLE color: 3417636.
HSL color Cylindrical-coordinate representation of color #242634: hue angle of 232.5º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #242634 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 36 | 38 | 52 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.80 |
| HSL | 232.5º | 0.18% | 0.17% | - |
| HSV(B) | 232.5º | 0.31% | 0.2% | - |
| XYZ | 2.04 | 2.01 | 3.53 | - |
| YUV | 39 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 38 | 52 | 0.31 | 0.27 | 0 | 0.80 | 232.5 | 0.18 | 0.17 |
| Hex | 24 | 26 | 34 | 1F | 1B | 0 | 50 | E8 | 12 | 11 |
| Octal | 44 | 46 | 64 | 37 | 33 | 0 | 120 | 350 | 22 | 21 |
| Binary | 100100 | 100110 | 110100 | 11111 | 11011 | 0 | 1010000 | 11101000 | 10010 | 10001 |
Color Harmonies of #242634
Complementary color
Monochromatic Colors of #242634
Black with #242634
Text Example
Text Example
White with #242634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242634; }
p { color: rgb(36,38,52); }
H1.HeaderClassName
{
color: #242634;
}
.AnyTagClassName
{
color: #242634;
}
</style>
background-color css
<style>
a { background-color: #242634; }
a { background-color: rgb(36,38,52); }
div.DivClassName
{
background-color: #242634;
}
.BgClassName
{
background-color: #242634;
}
</style>
border-color css
<style>
span { border-color: #242634; }
span { border-color: rgb(36,38,52); }
td.TdClassName
{
border-color: #242634;
}
.TagClassName
{
border-color: #242634;
}
</style>