Shades of Blackcurrant #230338
Tints of Blackcurrant #230338
RGB
CMYK
RGB Variations
Color information
#230338 (or 0x230338) is known color: Blackcurrant. HEX triplet: 23, 03 and 38. RGB value is (35,3,56). Sum of RGB (Red+Green+Blue) = 35+3+56=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 56 (22.27% from 255 or 59.57% from 94); Max value from RGB is 56 - color contains mainly: blue. Hex color #230338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230338 is #DCFCC7. Grayscale: #121212. Windows color (decimal): -14482632 or 3670819. OLE color: 3670819.
HSL color Cylindrical-coordinate representation of color #230338: hue angle of 276.23º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230338 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 3 | 56 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.78 |
| HSL | 276.23º | 0.9% | 0.12% | - |
| HSV(B) | 276.23º | 0.95% | 0.22% | - |
| XYZ | 1.44 | 0.71 | 3.8 | - |
| YUV | 18.61 | 149.1 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 56 | 0.37 | 0.95 | 0 | 0.78 | 276.23 | 0.9 | 0.12 |
| Hex | 23 | 3 | 38 | 25 | 5F | 0 | 4E | 114 | 5A | C |
| Octal | 43 | 3 | 70 | 45 | 137 | 0 | 116 | 424 | 132 | 14 |
| Binary | 100011 | 11 | 111000 | 100101 | 1011111 | 0 | 1001110 | 100010100 | 1011010 | 1100 |
Color Harmonies of #230338
Complementary color
Monochromatic Colors of #230338
Black with #230338
Text Example
Text Example
White with #230338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230338; }
p { color: rgb(35,3,56); }
H1.HeaderClassName
{
color: #230338;
}
.AnyTagClassName
{
color: #230338;
}
</style>
background-color css
<style>
a { background-color: #230338; }
a { background-color: rgb(35,3,56); }
div.DivClassName
{
background-color: #230338;
}
.BgClassName
{
background-color: #230338;
}
</style>
border-color css
<style>
span { border-color: #230338; }
span { border-color: rgb(35,3,56); }
td.TdClassName
{
border-color: #230338;
}
.TagClassName
{
border-color: #230338;
}
</style>