Shades of Blackcurrant #250B3C
Tints of Blackcurrant #250B3C
RGB
CMYK
RGB Variations
Color information
#250B3C (or 0x250B3C) is known color: Blackcurrant. HEX triplet: 25, 0B and 3C. RGB value is (37,11,60). Sum of RGB (Red+Green+Blue) = 37+11+60=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 60 (23.83% from 255 or 55.56% from 108); Max value from RGB is 60 - color contains mainly: blue. Hex color #250B3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B3C is #DAF4C3. Grayscale: #181818. Windows color (decimal): -14349508 or 3935013. OLE color: 3935013.
HSL color Cylindrical-coordinate representation of color #250B3C: hue angle of 271.84º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #250B3C is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 11 | 60 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.76 |
| HSL | 271.84º | 0.69% | 0.14% | - |
| HSV(B) | 271.84º | 0.82% | 0.24% | - |
| XYZ | 1.7 | 0.96 | 4.37 | - |
| YUV | 24.36 | 148.11 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 60 | 0.38 | 0.82 | 0 | 0.76 | 271.84 | 0.69 | 0.14 |
| Hex | 25 | B | 3C | 26 | 52 | 0 | 4C | 110 | 45 | E |
| Octal | 45 | 13 | 74 | 46 | 122 | 0 | 114 | 420 | 105 | 16 |
| Binary | 100101 | 1011 | 111100 | 100110 | 1010010 | 0 | 1001100 | 100010000 | 1000101 | 1110 |
Color Harmonies of #250B3C
Complementary color
Monochromatic Colors of #250B3C
Black with #250B3C
Text Example
Text Example
White with #250B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250B3C; }
p { color: rgb(37,11,60); }
H1.HeaderClassName
{
color: #250B3C;
}
.AnyTagClassName
{
color: #250B3C;
}
</style>
background-color css
<style>
a { background-color: #250B3C; }
a { background-color: rgb(37,11,60); }
div.DivClassName
{
background-color: #250B3C;
}
.BgClassName
{
background-color: #250B3C;
}
</style>
border-color css
<style>
span { border-color: #250B3C; }
span { border-color: rgb(37,11,60); }
td.TdClassName
{
border-color: #250B3C;
}
.TagClassName
{
border-color: #250B3C;
}
</style>