Shades of Blackcurrant #231338
Tints of Blackcurrant #231338
RGB
CMYK
RGB Variations
Color information
#231338 (or 0x231338) is known color: Blackcurrant. HEX triplet: 23, 13 and 38. RGB value is (35,19,56). Sum of RGB (Red+Green+Blue) = 35+19+56=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 56 (22.27% from 255 or 50.91% from 110); Max value from RGB is 56 - color contains mainly: blue. Hex color #231338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231338 is #DCECC7. Grayscale: #1B1B1B. Windows color (decimal): -14478536 or 3674915. OLE color: 3674915.
HSL color Cylindrical-coordinate representation of color #231338: hue angle of 265.95º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #231338 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 19 | 56 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.78 |
| HSL | 265.95º | 0.49% | 0.15% | - |
| HSV(B) | 265.95º | 0.66% | 0.22% | - |
| XYZ | 1.64 | 1.11 | 3.87 | - |
| YUV | 28 | 143.8 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 56 | 0.37 | 0.66 | 0 | 0.78 | 265.95 | 0.49 | 0.15 |
| Hex | 23 | 13 | 38 | 25 | 42 | 0 | 4E | 10A | 31 | F |
| Octal | 43 | 23 | 70 | 45 | 102 | 0 | 116 | 412 | 61 | 17 |
| Binary | 100011 | 10011 | 111000 | 100101 | 1000010 | 0 | 1001110 | 100001010 | 110001 | 1111 |
Color Harmonies of #231338
Complementary color
Monochromatic Colors of #231338
Black with #231338
Text Example
Text Example
White with #231338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231338; }
p { color: rgb(35,19,56); }
H1.HeaderClassName
{
color: #231338;
}
.AnyTagClassName
{
color: #231338;
}
</style>
background-color css
<style>
a { background-color: #231338; }
a { background-color: rgb(35,19,56); }
div.DivClassName
{
background-color: #231338;
}
.BgClassName
{
background-color: #231338;
}
</style>
border-color css
<style>
span { border-color: #231338; }
span { border-color: rgb(35,19,56); }
td.TdClassName
{
border-color: #231338;
}
.TagClassName
{
border-color: #231338;
}
</style>