Shades of Blackcurrant #250B3D
Tints of Blackcurrant #250B3D
RGB
CMYK
RGB Variations
Color information
#250B3D (or 0x250B3D) is known color: Blackcurrant. HEX triplet: 25, 0B and 3D. RGB value is (37,11,61). Sum of RGB (Red+Green+Blue) = 37+11+61=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #250B3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B3D is #DAF4C2. Grayscale: #181818. Windows color (decimal): -14349507 or 4000549. OLE color: 4000549.
HSL color Cylindrical-coordinate representation of color #250B3D: hue angle of 271.2º 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 #250B3D is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 11 | 61 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.76 |
| HSL | 271.2º | 0.69% | 0.14% | - |
| HSV(B) | 271.2º | 0.82% | 0.24% | - |
| XYZ | 1.72 | 0.97 | 4.51 | - |
| YUV | 24.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 61 | 0.39 | 0.82 | 0 | 0.76 | 271.2 | 0.69 | 0.14 |
| Hex | 25 | B | 3D | 27 | 52 | 0 | 4C | 10F | 45 | E |
| Octal | 45 | 13 | 75 | 47 | 122 | 0 | 114 | 417 | 105 | 16 |
| Binary | 100101 | 1011 | 111101 | 100111 | 1010010 | 0 | 1001100 | 100001111 | 1000101 | 1110 |
Color Harmonies of #250B3D
Complementary color
Monochromatic Colors of #250B3D
Black with #250B3D
Text Example
Text Example
White with #250B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250B3D; }
p { color: rgb(37,11,61); }
H1.HeaderClassName
{
color: #250B3D;
}
.AnyTagClassName
{
color: #250B3D;
}
</style>
background-color css
<style>
a { background-color: #250B3D; }
a { background-color: rgb(37,11,61); }
div.DivClassName
{
background-color: #250B3D;
}
.BgClassName
{
background-color: #250B3D;
}
</style>
border-color css
<style>
span { border-color: #250B3D; }
span { border-color: rgb(37,11,61); }
td.TdClassName
{
border-color: #250B3D;
}
.TagClassName
{
border-color: #250B3D;
}
</style>