Shades of Blackcurrant #23072F
Tints of Blackcurrant #23072F
RGB
CMYK
RGB Variations
Color information
#23072F (or 0x23072F) is known color: Blackcurrant. HEX triplet: 23, 07 and 2F. RGB value is (35,7,47). Sum of RGB (Red+Green+Blue) = 35+7+47=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 47 (18.75% from 255 or 52.81% from 89); Max value from RGB is 47 - color contains mainly: blue. Hex color #23072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23072F is #DCF8D0. Grayscale: #131313. Windows color (decimal): -14481617 or 3082019. OLE color: 3082019.
HSL color Cylindrical-coordinate representation of color #23072F: hue angle of 282º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23072F is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 7 | 47 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.82 |
| HSL | 282º | 0.74% | 0.11% | - |
| HSV(B) | 282º | 0.85% | 0.18% | - |
| XYZ | 1.28 | 0.71 | 2.76 | - |
| YUV | 19.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 7 | 47 | 0.26 | 0.85 | 0 | 0.82 | 282 | 0.74 | 0.11 |
| Hex | 23 | 7 | 2F | 1A | 55 | 0 | 52 | 11A | 4A | B |
| Octal | 43 | 7 | 57 | 32 | 125 | 0 | 122 | 432 | 112 | 13 |
| Binary | 100011 | 111 | 101111 | 11010 | 1010101 | 0 | 1010010 | 100011010 | 1001010 | 1011 |
Color Harmonies of #23072F
Complementary color
Monochromatic Colors of #23072F
Black with #23072F
Text Example
Text Example
White with #23072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23072F; }
p { color: rgb(35,7,47); }
H1.HeaderClassName
{
color: #23072F;
}
.AnyTagClassName
{
color: #23072F;
}
</style>
background-color css
<style>
a { background-color: #23072F; }
a { background-color: rgb(35,7,47); }
div.DivClassName
{
background-color: #23072F;
}
.BgClassName
{
background-color: #23072F;
}
</style>
border-color css
<style>
span { border-color: #23072F; }
span { border-color: rgb(35,7,47); }
td.TdClassName
{
border-color: #23072F;
}
.TagClassName
{
border-color: #23072F;
}
</style>