Shades of Blackcurrant #270253
Tints of Blackcurrant #270253
RGB
CMYK
RGB Variations
Color information
#270253 (or 0x270253) is known color: Blackcurrant. HEX triplet: 27, 02 and 53. RGB value is (39,2,83). Sum of RGB (Red+Green+Blue) = 39+2+83=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #270253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270253 is #D8FDAC. Grayscale: #161616. Windows color (decimal): -14220717 or 5440039. OLE color: 5440039.
HSL color Cylindrical-coordinate representation of color #270253: hue angle of 267.41º 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 #270253 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 2 | 83 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.67 |
| HSL | 267.41º | 0.95% | 0.17% | - |
| HSV(B) | 267.41º | 0.98% | 0.33% | - |
| XYZ | 2.42 | 1.1 | 8.27 | - |
| YUV | 22.3 | 162.26 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 2 | 83 | 0.53 | 0.98 | 0 | 0.67 | 267.41 | 0.95 | 0.17 |
| Hex | 27 | 2 | 53 | 35 | 62 | 0 | 43 | 10B | 5F | 11 |
| Octal | 47 | 2 | 123 | 65 | 142 | 0 | 103 | 413 | 137 | 21 |
| Binary | 100111 | 10 | 1010011 | 110101 | 1100010 | 0 | 1000011 | 100001011 | 1011111 | 10001 |
Color Harmonies of #270253
Complementary color
Monochromatic Colors of #270253
Black with #270253
Text Example
Text Example
White with #270253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270253; }
p { color: rgb(39,2,83); }
H1.HeaderClassName
{
color: #270253;
}
.AnyTagClassName
{
color: #270253;
}
</style>
background-color css
<style>
a { background-color: #270253; }
a { background-color: rgb(39,2,83); }
div.DivClassName
{
background-color: #270253;
}
.BgClassName
{
background-color: #270253;
}
</style>
border-color css
<style>
span { border-color: #270253; }
span { border-color: rgb(39,2,83); }
td.TdClassName
{
border-color: #270253;
}
.TagClassName
{
border-color: #270253;
}
</style>