Shades of Blackcurrant #23002F
Tints of Blackcurrant #23002F
RGB
CMYK
RGB Variations
Color information
#23002F (or 0x23002F) is known color: Blackcurrant. HEX triplet: 23, 00 and 2F. RGB value is (35,0,47). Sum of RGB (Red+Green+Blue) = 35+0+47=82 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.68% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 47 (18.75% from 255 or 57.32% from 82); Max value from RGB is 47 - color contains mainly: blue. Hex color #23002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23002F is #DCFFD0. Grayscale: #0F0F0F. Windows color (decimal): -14483409 or 3080227. OLE color: 3080227.
HSL color Cylindrical-coordinate representation of color #23002F: hue angle of 284.68º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #23002F is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 0 | 47 | - |
| CMYK | 0.26 | 1 | 0 | 0.82 |
| HSL | 284.68º | 1% | 0.09% | - |
| HSV(B) | 284.68º | 1% | 0.18% | - |
| XYZ | 1.21 | 0.56 | 2.73 | - |
| YUV | 15.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 47 | 0.26 | 1 | 0 | 0.82 | 284.68 | 1 | 0.09 |
| Hex | 23 | 0 | 2F | 1A | 64 | 0 | 52 | 11D | 64 | 9 |
| Octal | 43 | 0 | 57 | 32 | 144 | 0 | 122 | 435 | 144 | 11 |
| Binary | 100011 | 0 | 101111 | 11010 | 1100100 | 0 | 1010010 | 100011101 | 1100100 | 1001 |
Color Harmonies of #23002F
Complementary color
Monochromatic Colors of #23002F
Black with #23002F
Text Example
Text Example
White with #23002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23002F; }
p { color: rgb(35,0,47); }
H1.HeaderClassName
{
color: #23002F;
}
.AnyTagClassName
{
color: #23002F;
}
</style>
background-color css
<style>
a { background-color: #23002F; }
a { background-color: rgb(35,0,47); }
div.DivClassName
{
background-color: #23002F;
}
.BgClassName
{
background-color: #23002F;
}
</style>
border-color css
<style>
span { border-color: #23002F; }
span { border-color: rgb(35,0,47); }
td.TdClassName
{
border-color: #23002F;
}
.TagClassName
{
border-color: #23002F;
}
</style>