Shades of Blackcurrant #230636
Tints of Blackcurrant #230636
RGB
CMYK
RGB Variations
Color information
#230636 (or 0x230636) is known color: Blackcurrant. HEX triplet: 23, 06 and 36. RGB value is (35,6,54). Sum of RGB (Red+Green+Blue) = 35+6+54=95 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.84% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 54 (21.48% from 255 or 56.84% from 95); Max value from RGB is 54 - color contains mainly: blue. Hex color #230636 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230636 is #DCF9C9. Grayscale: #131313. Windows color (decimal): -14481866 or 3540515. OLE color: 3540515.
HSL color Cylindrical-coordinate representation of color #230636: hue angle of 276.25º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #230636 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 35 | 6 | 54 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.79 |
| HSL | 276.25º | 0.8% | 0.12% | - |
| HSV(B) | 276.25º | 0.89% | 0.21% | - |
| XYZ | 1.42 | 0.75 | 3.56 | - |
| YUV | 20.14 | 147.11 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 6 | 54 | 0.35 | 0.89 | 0 | 0.79 | 276.25 | 0.8 | 0.12 |
| Hex | 23 | 6 | 36 | 23 | 59 | 0 | 4F | 114 | 50 | C |
| Octal | 43 | 6 | 66 | 43 | 131 | 0 | 117 | 424 | 120 | 14 |
| Binary | 100011 | 110 | 110110 | 100011 | 1011001 | 0 | 1001111 | 100010100 | 1010000 | 1100 |
Color Harmonies of #230636
Complementary color
Monochromatic Colors of #230636
Black with #230636
Text Example
Text Example
White with #230636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230636; }
p { color: rgb(35,6,54); }
H1.HeaderClassName
{
color: #230636;
}
.AnyTagClassName
{
color: #230636;
}
</style>
background-color css
<style>
a { background-color: #230636; }
a { background-color: rgb(35,6,54); }
div.DivClassName
{
background-color: #230636;
}
.BgClassName
{
background-color: #230636;
}
</style>
border-color css
<style>
span { border-color: #230636; }
span { border-color: rgb(35,6,54); }
td.TdClassName
{
border-color: #230636;
}
.TagClassName
{
border-color: #230636;
}
</style>