Shades of Blackcurrant #360253
Tints of Blackcurrant #360253
RGB
CMYK
RGB Variations
Color information
#360253 (or 0x360253) is known color: Blackcurrant. HEX triplet: 36, 02 and 53. RGB value is (54,2,83). Sum of RGB (Red+Green+Blue) = 54+2+83=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #360253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360253 is #C9FDAC. Grayscale: #1A1A1A. Windows color (decimal): -13237677 or 5440054. OLE color: 5440054.
HSL color Cylindrical-coordinate representation of color #360253: hue angle of 278.52º 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 #360253 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 2 | 83 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.67 |
| HSL | 278.52º | 0.95% | 0.17% | - |
| HSV(B) | 278.52º | 0.98% | 0.33% | - |
| XYZ | 3.1 | 1.45 | 8.3 | - |
| YUV | 26.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 83 | 0.35 | 0.98 | 0 | 0.67 | 278.52 | 0.95 | 0.17 |
| Hex | 36 | 2 | 53 | 23 | 62 | 0 | 43 | 117 | 5F | 11 |
| Octal | 66 | 2 | 123 | 43 | 142 | 0 | 103 | 427 | 137 | 21 |
| Binary | 110110 | 10 | 1010011 | 100011 | 1100010 | 0 | 1000011 | 100010111 | 1011111 | 10001 |
Color Harmonies of #360253
Complementary color
Monochromatic Colors of #360253
Black with #360253
Text Example
Text Example
White with #360253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360253; }
p { color: rgb(54,2,83); }
H1.HeaderClassName
{
color: #360253;
}
.AnyTagClassName
{
color: #360253;
}
</style>
background-color css
<style>
a { background-color: #360253; }
a { background-color: rgb(54,2,83); }
div.DivClassName
{
background-color: #360253;
}
.BgClassName
{
background-color: #360253;
}
</style>
border-color css
<style>
span { border-color: #360253; }
span { border-color: rgb(54,2,83); }
td.TdClassName
{
border-color: #360253;
}
.TagClassName
{
border-color: #360253;
}
</style>