Shades of Blackcurrant #380255
Tints of Blackcurrant #380255
RGB
CMYK
RGB Variations
Color information
#380255 (or 0x380255) is known color: Blackcurrant. HEX triplet: 38, 02 and 55. RGB value is (56,2,85). Sum of RGB (Red+Green+Blue) = 56+2+85=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 85 (33.59% from 255 or 59.44% from 143); Max value from RGB is 85 - color contains mainly: blue. Hex color #380255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380255 is #C7FDAA. Grayscale: #1B1B1B. Windows color (decimal): -13106603 or 5571128. OLE color: 5571128.
HSL color Cylindrical-coordinate representation of color #380255: hue angle of 279.04º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #380255 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 2 | 85 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.67 |
| HSL | 279.04º | 0.95% | 0.17% | - |
| HSV(B) | 279.04º | 0.98% | 0.33% | - |
| XYZ | 3.29 | 1.54 | 8.72 | - |
| YUV | 27.61 | 160.39 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 85 | 0.34 | 0.98 | 0 | 0.67 | 279.04 | 0.95 | 0.17 |
| Hex | 38 | 2 | 55 | 22 | 62 | 0 | 43 | 117 | 5F | 11 |
| Octal | 70 | 2 | 125 | 42 | 142 | 0 | 103 | 427 | 137 | 21 |
| Binary | 111000 | 10 | 1010101 | 100010 | 1100010 | 0 | 1000011 | 100010111 | 1011111 | 10001 |
Color Harmonies of #380255
Complementary color
Monochromatic Colors of #380255
Black with #380255
Text Example
Text Example
White with #380255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380255; }
p { color: rgb(56,2,85); }
H1.HeaderClassName
{
color: #380255;
}
.AnyTagClassName
{
color: #380255;
}
</style>
background-color css
<style>
a { background-color: #380255; }
a { background-color: rgb(56,2,85); }
div.DivClassName
{
background-color: #380255;
}
.BgClassName
{
background-color: #380255;
}
</style>
border-color css
<style>
span { border-color: #380255; }
span { border-color: rgb(56,2,85); }
td.TdClassName
{
border-color: #380255;
}
.TagClassName
{
border-color: #380255;
}
</style>