Shades of Blackcurrant #23083C
Tints of Blackcurrant #23083C
RGB
CMYK
RGB Variations
Color information
#23083C (or 0x23083C) is known color: Blackcurrant. HEX triplet: 23, 08 and 3C. RGB value is (35,8,60). Sum of RGB (Red+Green+Blue) = 35+8+60=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 60 (23.83% from 255 or 58.25% from 103); Max value from RGB is 60 - color contains mainly: blue. Hex color #23083C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23083C is #DCF7C3. Grayscale: #151515. Windows color (decimal): -14481348 or 3934243. OLE color: 3934243.
HSL color Cylindrical-coordinate representation of color #23083C: hue angle of 271.15º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #23083C is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 8 | 60 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.76 |
| HSL | 271.15º | 0.76% | 0.13% | - |
| HSV(B) | 271.15º | 0.87% | 0.24% | - |
| XYZ | 1.6 | 0.86 | 4.36 | - |
| YUV | 22 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 8 | 60 | 0.42 | 0.87 | 0 | 0.76 | 271.15 | 0.76 | 0.13 |
| Hex | 23 | 8 | 3C | 2A | 57 | 0 | 4C | 10F | 4C | D |
| Octal | 43 | 10 | 74 | 52 | 127 | 0 | 114 | 417 | 114 | 15 |
| Binary | 100011 | 1000 | 111100 | 101010 | 1010111 | 0 | 1001100 | 100001111 | 1001100 | 1101 |
Color Harmonies of #23083C
Complementary color
Monochromatic Colors of #23083C
Black with #23083C
Text Example
Text Example
White with #23083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23083C; }
p { color: rgb(35,8,60); }
H1.HeaderClassName
{
color: #23083C;
}
.AnyTagClassName
{
color: #23083C;
}
</style>
background-color css
<style>
a { background-color: #23083C; }
a { background-color: rgb(35,8,60); }
div.DivClassName
{
background-color: #23083C;
}
.BgClassName
{
background-color: #23083C;
}
</style>
border-color css
<style>
span { border-color: #23083C; }
span { border-color: rgb(35,8,60); }
td.TdClassName
{
border-color: #23083C;
}
.TagClassName
{
border-color: #23083C;
}
</style>