Shades of Blackcurrant #230333
Tints of Blackcurrant #230333
RGB
CMYK
RGB Variations
Color information
#230333 (or 0x230333) is known color: Blackcurrant. HEX triplet: 23, 03 and 33. RGB value is (35,3,51). Sum of RGB (Red+Green+Blue) = 35+3+51=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 51 (20.31% from 255 or 57.30% from 89); Max value from RGB is 51 - color contains mainly: blue. Hex color #230333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230333 is #DCFCCC. Grayscale: #111111. Windows color (decimal): -14482637 or 3343139. OLE color: 3343139.
HSL color Cylindrical-coordinate representation of color #230333: hue angle of 280º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230333 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 35 | 3 | 51 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.8 |
| HSL | 280º | 0.89% | 0.11% | - |
| HSV(B) | 280º | 0.94% | 0.2% | - |
| XYZ | 1.32 | 0.66 | 3.19 | - |
| YUV | 18.04 | 146.6 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 51 | 0.31 | 0.94 | 0 | 0.8 | 280 | 0.89 | 0.11 |
| Hex | 23 | 3 | 33 | 1F | 5E | 0 | 50 | 118 | 59 | B |
| Octal | 43 | 3 | 63 | 37 | 136 | 0 | 120 | 430 | 131 | 13 |
| Binary | 100011 | 11 | 110011 | 11111 | 1011110 | 0 | 1010000 | 100011000 | 1011001 | 1011 |
Color Harmonies of #230333
Complementary color
Monochromatic Colors of #230333
Black with #230333
Text Example
Text Example
White with #230333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230333; }
p { color: rgb(35,3,51); }
H1.HeaderClassName
{
color: #230333;
}
.AnyTagClassName
{
color: #230333;
}
</style>
background-color css
<style>
a { background-color: #230333; }
a { background-color: rgb(35,3,51); }
div.DivClassName
{
background-color: #230333;
}
.BgClassName
{
background-color: #230333;
}
</style>
border-color css
<style>
span { border-color: #230333; }
span { border-color: rgb(35,3,51); }
td.TdClassName
{
border-color: #230333;
}
.TagClassName
{
border-color: #230333;
}
</style>