Shades of Blackcurrant #250C3D
Tints of Blackcurrant #250C3D
RGB
CMYK
RGB Variations
Color information
#250C3D (or 0x250C3D) is known color: Blackcurrant. HEX triplet: 25, 0C and 3D. RGB value is (37,12,61). Sum of RGB (Red+Green+Blue) = 37+12+61=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #250C3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C3D is #DAF3C2. Grayscale: #181818. Windows color (decimal): -14349251 or 4000805. OLE color: 4000805.
HSL color Cylindrical-coordinate representation of color #250C3D: hue angle of 270.61º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #250C3D is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 12 | 61 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.76 |
| HSL | 270.61º | 0.67% | 0.14% | - |
| HSV(B) | 270.61º | 0.8% | 0.24% | - |
| XYZ | 1.74 | 0.99 | 4.52 | - |
| YUV | 25.06 | 148.28 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 61 | 0.39 | 0.80 | 0 | 0.76 | 270.61 | 0.67 | 0.14 |
| Hex | 25 | C | 3D | 27 | 50 | 0 | 4C | 10F | 43 | E |
| Octal | 45 | 14 | 75 | 47 | 120 | 0 | 114 | 417 | 103 | 16 |
| Binary | 100101 | 1100 | 111101 | 100111 | 1010000 | 0 | 1001100 | 100001111 | 1000011 | 1110 |
Color Harmonies of #250C3D
Complementary color
Monochromatic Colors of #250C3D
Black with #250C3D
Text Example
Text Example
White with #250C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C3D; }
p { color: rgb(37,12,61); }
H1.HeaderClassName
{
color: #250C3D;
}
.AnyTagClassName
{
color: #250C3D;
}
</style>
background-color css
<style>
a { background-color: #250C3D; }
a { background-color: rgb(37,12,61); }
div.DivClassName
{
background-color: #250C3D;
}
.BgClassName
{
background-color: #250C3D;
}
</style>
border-color css
<style>
span { border-color: #250C3D; }
span { border-color: rgb(37,12,61); }
td.TdClassName
{
border-color: #250C3D;
}
.TagClassName
{
border-color: #250C3D;
}
</style>