Shades of Blackcurrant #231036
Tints of Blackcurrant #231036
RGB
CMYK
RGB Variations
Color information
#231036 (or 0x231036) is known color: Blackcurrant. HEX triplet: 23, 10 and 36. RGB value is (35,16,54). Sum of RGB (Red+Green+Blue) = 35+16+54=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 54 (21.48% from 255 or 51.43% from 105); Max value from RGB is 54 - color contains mainly: blue. Hex color #231036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231036 is #DCEFC9. Grayscale: #191919. Windows color (decimal): -14479306 or 3543075. OLE color: 3543075.
HSL color Cylindrical-coordinate representation of color #231036: hue angle of 270º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #231036 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
RGB | 35 | 16 | 54 | - |
CMYK | 0.35 | 0.70 | 0 | 0.79 |
HSL | 270º | 0.54% | 0.14% | - |
HSV(B) | 270º | 0.7% | 0.21% | - |
XYZ | 1.54 | 0.99 | 3.6 | - |
YUV | 26.01 | 143.79 | 134.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 35 | 16 | 54 | 0.35 | 0.70 | 0 | 0.79 | 270 | 0.54 | 0.14 |
Hex | 23 | 10 | 36 | 23 | 46 | 0 | 4F | 10E | 36 | E |
Octal | 43 | 20 | 66 | 43 | 106 | 0 | 117 | 416 | 66 | 16 |
Binary | 100011 | 10000 | 110110 | 100011 | 1000110 | 0 | 1001111 | 100001110 | 110110 | 1110 |
Color Harmonies of #231036
Complementary color
Monochromatic Colors of #231036
Black with #231036
Text Example
Text Example
White with #231036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231036; }
p { color: rgb(35,16,54); }
H1.HeaderClassName
{
color: #231036;
}
.AnyTagClassName
{
color: #231036;
}
</style>
background-color css
<style>
a { background-color: #231036; }
a { background-color: rgb(35,16,54); }
div.DivClassName
{
background-color: #231036;
}
.BgClassName
{
background-color: #231036;
}
</style>
border-color css
<style>
span { border-color: #231036; }
span { border-color: rgb(35,16,54); }
td.TdClassName
{
border-color: #231036;
}
.TagClassName
{
border-color: #231036;
}
</style>