Shades of Blackcurrant #230442
Tints of Blackcurrant #230442
RGB
CMYK
RGB Variations
Color information
#230442 (or 0x230442) is known color: Blackcurrant. HEX triplet: 23, 04 and 42. RGB value is (35,4,66). Sum of RGB (Red+Green+Blue) = 35+4+66=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 66 (26.17% from 255 or 62.86% from 105); Max value from RGB is 66 - color contains mainly: blue. Hex color #230442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230442 is #DCFBBD. Grayscale: #141414. Windows color (decimal): -14482366 or 4326435. OLE color: 4326435.
HSL color Cylindrical-coordinate representation of color #230442: hue angle of 270º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230442 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 35 | 4 | 66 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.74 |
| HSL | 270º | 0.89% | 0.14% | - |
| HSV(B) | 270º | 0.94% | 0.26% | - |
| XYZ | 1.72 | 0.84 | 5.23 | - |
| YUV | 20.34 | 153.77 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 4 | 66 | 0.47 | 0.94 | 0 | 0.74 | 270 | 0.89 | 0.14 |
| Hex | 23 | 4 | 42 | 2F | 5E | 0 | 4A | 10E | 59 | E |
| Octal | 43 | 4 | 102 | 57 | 136 | 0 | 112 | 416 | 131 | 16 |
| Binary | 100011 | 100 | 1000010 | 101111 | 1011110 | 0 | 1001010 | 100001110 | 1011001 | 1110 |
Color Harmonies of #230442
Complementary color
Monochromatic Colors of #230442
Black with #230442
Text Example
Text Example
White with #230442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230442; }
p { color: rgb(35,4,66); }
H1.HeaderClassName
{
color: #230442;
}
.AnyTagClassName
{
color: #230442;
}
</style>
background-color css
<style>
a { background-color: #230442; }
a { background-color: rgb(35,4,66); }
div.DivClassName
{
background-color: #230442;
}
.BgClassName
{
background-color: #230442;
}
</style>
border-color css
<style>
span { border-color: #230442; }
span { border-color: rgb(35,4,66); }
td.TdClassName
{
border-color: #230442;
}
.TagClassName
{
border-color: #230442;
}
</style>