Shades of Black Russian #2A2B2F
Tints of Black Russian #2A2B2F
RGB
CMYK
RGB Variations
Color information
#2A2B2F (or 0x2A2B2F) is known color: Black Russian. HEX triplet: 2A, 2B and 2F. RGB value is (42,43,47). Sum of RGB (Red+Green+Blue) = 42+43+47=132 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.82% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 47 - color contains mainly: blue. Hex color #2A2B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2B2F is #D5D4D0. Grayscale: #2B2B2B. Windows color (decimal): -14013649 or 3091242. OLE color: 3091242.
HSL color Cylindrical-coordinate representation of color #2A2B2F: hue angle of 228º degrees, saturation: 0.06, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #2A2B2F is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 42 | 43 | 47 | - |
CMYK | 0.11 | 0.09 | 0 | 0.82 |
HSL | 228º | 0.06% | 0.17% | - |
HSV(B) | 228º | 0.11% | 0.18% | - |
XYZ | 2.33 | 2.43 | 3.03 | - |
YUV | 43.16 | 130.17 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 43 | 47 | 0.11 | 0.09 | 0 | 0.82 | 228 | 0.06 | 0.17 |
Hex | 2A | 2B | 2F | B | 9 | 0 | 52 | E4 | 6 | 11 |
Octal | 52 | 53 | 57 | 13 | 11 | 0 | 122 | 344 | 6 | 21 |
Binary | 101010 | 101011 | 101111 | 1011 | 1001 | 0 | 1010010 | 11100100 | 110 | 10001 |
Color Harmonies of #2A2B2F
Complementary color
Monochromatic Colors of #2A2B2F
Black with #2A2B2F
Text Example
Text Example
White with #2A2B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2B2F; }
p { color: rgb(42,43,47); }
H1.HeaderClassName
{
color: #2A2B2F;
}
.AnyTagClassName
{
color: #2A2B2F;
}
</style>
background-color css
<style>
a { background-color: #2A2B2F; }
a { background-color: rgb(42,43,47); }
div.DivClassName
{
background-color: #2A2B2F;
}
.BgClassName
{
background-color: #2A2B2F;
}
</style>
border-color css
<style>
span { border-color: #2A2B2F; }
span { border-color: rgb(42,43,47); }
td.TdClassName
{
border-color: #2A2B2F;
}
.TagClassName
{
border-color: #2A2B2F;
}
</style>