Shades of Blackcurrant #230434
Tints of Blackcurrant #230434
RGB
CMYK
RGB Variations
Color information
#230434 (or 0x230434) is known color: Blackcurrant. HEX triplet: 23, 04 and 34. RGB value is (35,4,52). Sum of RGB (Red+Green+Blue) = 35+4+52=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 52 (20.70% from 255 or 57.14% from 91); Max value from RGB is 52 - color contains mainly: blue. Hex color #230434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230434 is #DCFBCB. Grayscale: #121212. Windows color (decimal): -14482380 or 3408931. OLE color: 3408931.
HSL color Cylindrical-coordinate representation of color #230434: hue angle of 278.75º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #230434 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 4 | 52 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.80 |
| HSL | 278.75º | 0.86% | 0.11% | - |
| HSV(B) | 278.75º | 0.92% | 0.2% | - |
| XYZ | 1.36 | 0.69 | 3.31 | - |
| YUV | 18.74 | 146.77 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 4 | 52 | 0.33 | 0.92 | 0 | 0.80 | 278.75 | 0.86 | 0.11 |
| Hex | 23 | 4 | 34 | 21 | 5C | 0 | 50 | 117 | 56 | B |
| Octal | 43 | 4 | 64 | 41 | 134 | 0 | 120 | 427 | 126 | 13 |
| Binary | 100011 | 100 | 110100 | 100001 | 1011100 | 0 | 1010000 | 100010111 | 1010110 | 1011 |
Color Harmonies of #230434
Complementary color
Monochromatic Colors of #230434
Black with #230434
Text Example
Text Example
White with #230434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230434; }
p { color: rgb(35,4,52); }
H1.HeaderClassName
{
color: #230434;
}
.AnyTagClassName
{
color: #230434;
}
</style>
background-color css
<style>
a { background-color: #230434; }
a { background-color: rgb(35,4,52); }
div.DivClassName
{
background-color: #230434;
}
.BgClassName
{
background-color: #230434;
}
</style>
border-color css
<style>
span { border-color: #230434; }
span { border-color: rgb(35,4,52); }
td.TdClassName
{
border-color: #230434;
}
.TagClassName
{
border-color: #230434;
}
</style>