Shades of Blackcurrant #250A2F
Tints of Blackcurrant #250A2F
RGB
CMYK
RGB Variations
Color information
#250A2F (or 0x250A2F) is known color: Blackcurrant. HEX triplet: 25, 0A and 2F. RGB value is (37,10,47). Sum of RGB (Red+Green+Blue) = 37+10+47=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #250A2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A2F is #DAF5D0. Grayscale: #161616. Windows color (decimal): -14349777 or 3082789. OLE color: 3082789.
HSL color Cylindrical-coordinate representation of color #250A2F: hue angle of 283.78º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #250A2F is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 10 | 47 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.82 |
| HSL | 283.78º | 0.65% | 0.11% | - |
| HSV(B) | 283.78º | 0.79% | 0.18% | - |
| XYZ | 1.38 | 0.82 | 2.77 | - |
| YUV | 22.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 47 | 0.21 | 0.79 | 0 | 0.82 | 283.78 | 0.65 | 0.11 |
| Hex | 25 | A | 2F | 15 | 4F | 0 | 52 | 11C | 41 | B |
| Octal | 45 | 12 | 57 | 25 | 117 | 0 | 122 | 434 | 101 | 13 |
| Binary | 100101 | 1010 | 101111 | 10101 | 1001111 | 0 | 1010010 | 100011100 | 1000001 | 1011 |
Color Harmonies of #250A2F
Complementary color
Monochromatic Colors of #250A2F
Black with #250A2F
Text Example
Text Example
White with #250A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250A2F; }
p { color: rgb(37,10,47); }
H1.HeaderClassName
{
color: #250A2F;
}
.AnyTagClassName
{
color: #250A2F;
}
</style>
background-color css
<style>
a { background-color: #250A2F; }
a { background-color: rgb(37,10,47); }
div.DivClassName
{
background-color: #250A2F;
}
.BgClassName
{
background-color: #250A2F;
}
</style>
border-color css
<style>
span { border-color: #250A2F; }
span { border-color: rgb(37,10,47); }
td.TdClassName
{
border-color: #250A2F;
}
.TagClassName
{
border-color: #250A2F;
}
</style>