Shades of Black Russian #2B2C2F
Tints of Black Russian #2B2C2F
RGB
CMYK
RGB Variations
Color information
#2B2C2F (or 0x2B2C2F) is known color: Black Russian. HEX triplet: 2B, 2C and 2F. RGB value is (43,44,47). Sum of RGB (Red+Green+Blue) = 43+44+47=134 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.09% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 47 - color contains mainly: blue. Hex color #2B2C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2C2F is #D4D3D0. Grayscale: #2C2C2C. Windows color (decimal): -13947857 or 3091499. OLE color: 3091499.
HSL color Cylindrical-coordinate representation of color #2B2C2F: hue angle of 225º degrees, saturation: 0.04, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #2B2C2F is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 43 | 44 | 47 | - |
CMYK | 0.09 | 0.06 | 0 | 0.82 |
HSL | 225º | 0.04% | 0.18% | - |
HSV(B) | 225º | 0.09% | 0.18% | - |
XYZ | 2.41 | 2.52 | 3.05 | - |
YUV | 44.04 | 129.67 | 127.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 44 | 47 | 0.09 | 0.06 | 0 | 0.82 | 225 | 0.04 | 0.18 |
Hex | 2B | 2C | 2F | 9 | 6 | 0 | 52 | E1 | 4 | 12 |
Octal | 53 | 54 | 57 | 11 | 6 | 0 | 122 | 341 | 4 | 22 |
Binary | 101011 | 101100 | 101111 | 1001 | 110 | 0 | 1010010 | 11100001 | 100 | 10010 |
Color Harmonies of #2B2C2F
Complementary color
Monochromatic Colors of #2B2C2F
Black with #2B2C2F
Text Example
Text Example
White with #2B2C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2C2F; }
p { color: rgb(43,44,47); }
H1.HeaderClassName
{
color: #2B2C2F;
}
.AnyTagClassName
{
color: #2B2C2F;
}
</style>
background-color css
<style>
a { background-color: #2B2C2F; }
a { background-color: rgb(43,44,47); }
div.DivClassName
{
background-color: #2B2C2F;
}
.BgClassName
{
background-color: #2B2C2F;
}
</style>
border-color css
<style>
span { border-color: #2B2C2F; }
span { border-color: rgb(43,44,47); }
td.TdClassName
{
border-color: #2B2C2F;
}
.TagClassName
{
border-color: #2B2C2F;
}
</style>