Shades of Blackcurrant #380253
Tints of Blackcurrant #380253
RGB
CMYK
RGB Variations
Color information
#380253 (or 0x380253) is known color: Blackcurrant. HEX triplet: 38, 02 and 53. RGB value is (56,2,83). Sum of RGB (Red+Green+Blue) = 56+2+83=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #380253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380253 is #C7FDAC. Grayscale: #1B1B1B. Windows color (decimal): -13106605 or 5440056. OLE color: 5440056.
HSL color Cylindrical-coordinate representation of color #380253: hue angle of 280º 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 #380253 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 2 | 83 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.67 |
| HSL | 280º | 0.95% | 0.17% | - |
| HSV(B) | 280º | 0.98% | 0.33% | - |
| XYZ | 3.21 | 1.51 | 8.31 | - |
| YUV | 27.38 | 159.39 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 83 | 0.33 | 0.98 | 0 | 0.67 | 280 | 0.95 | 0.17 |
| Hex | 38 | 2 | 53 | 21 | 62 | 0 | 43 | 118 | 5F | 11 |
| Octal | 70 | 2 | 123 | 41 | 142 | 0 | 103 | 430 | 137 | 21 |
| Binary | 111000 | 10 | 1010011 | 100001 | 1100010 | 0 | 1000011 | 100011000 | 1011111 | 10001 |
Color Harmonies of #380253
Complementary color
Monochromatic Colors of #380253
Black with #380253
Text Example
Text Example
White with #380253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380253; }
p { color: rgb(56,2,83); }
H1.HeaderClassName
{
color: #380253;
}
.AnyTagClassName
{
color: #380253;
}
</style>
background-color css
<style>
a { background-color: #380253; }
a { background-color: rgb(56,2,83); }
div.DivClassName
{
background-color: #380253;
}
.BgClassName
{
background-color: #380253;
}
</style>
border-color css
<style>
span { border-color: #380253; }
span { border-color: rgb(56,2,83); }
td.TdClassName
{
border-color: #380253;
}
.TagClassName
{
border-color: #380253;
}
</style>