Shades of Black Russian #25262A
Tints of Black Russian #25262A
RGB
CMYK
RGB Variations
Color information
#25262A (or 0x25262A) is known color: Black Russian. HEX triplet: 25, 26 and 2A. RGB value is (37,38,42). Sum of RGB (Red+Green+Blue) = 37+38+42=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 42 - color contains mainly: blue. Hex color #25262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25262A is #DAD9D5. Grayscale: #262626. Windows color (decimal): -14342614 or 2762277. OLE color: 2762277.
HSL color Cylindrical-coordinate representation of color #25262A: hue angle of 228º degrees, saturation: 0.06, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #25262A is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
RGB | 37 | 38 | 42 | - |
CMYK | 0.12 | 0.10 | 0 | 0.84 |
HSL | 228º | 0.06% | 0.15% | - |
HSV(B) | 228º | 0.12% | 0.16% | - |
XYZ | 1.87 | 1.95 | 2.47 | - |
YUV | 38.16 | 130.17 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 37 | 38 | 42 | 0.12 | 0.10 | 0 | 0.84 | 228 | 0.06 | 0.15 |
Hex | 25 | 26 | 2A | C | A | 0 | 54 | E4 | 6 | F |
Octal | 45 | 46 | 52 | 14 | 12 | 0 | 124 | 344 | 6 | 17 |
Binary | 100101 | 100110 | 101010 | 1100 | 1010 | 0 | 1010100 | 11100100 | 110 | 1111 |
Color Harmonies of #25262A
Complementary color
Monochromatic Colors of #25262A
Black with #25262A
Text Example
Text Example
White with #25262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25262A; }
p { color: rgb(37,38,42); }
H1.HeaderClassName
{
color: #25262A;
}
.AnyTagClassName
{
color: #25262A;
}
</style>
background-color css
<style>
a { background-color: #25262A; }
a { background-color: rgb(37,38,42); }
div.DivClassName
{
background-color: #25262A;
}
.BgClassName
{
background-color: #25262A;
}
</style>
border-color css
<style>
span { border-color: #25262A; }
span { border-color: rgb(37,38,42); }
td.TdClassName
{
border-color: #25262A;
}
.TagClassName
{
border-color: #25262A;
}
</style>