Shades of Blackberry #270B19
Tints of Blackberry #270B19
RGB
CMYK
RGB Variations
Color information
#270B19 (or 0x270B19) is known color: Blackberry. HEX triplet: 27, 0B and 19. RGB value is (39,11,25). Sum of RGB (Red+Green+Blue) = 39+11+25=75 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 39 - color contains mainly: red. Hex color #270B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270B19 is #D8F4E6. Grayscale: #141414. Windows color (decimal): -14218471 or 1641255. OLE color: 1641255.
HSL color Cylindrical-coordinate representation of color #270B19: hue angle of 330º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #270B19 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 11 | 25 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.85 |
| HSL | 330º | 0.56% | 0.1% | - |
| HSV(B) | 330º | 0.72% | 0.15% | - |
| XYZ | 1.13 | 0.74 | 1 | - |
| YUV | 20.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 25 | 0 | 0.72 | 0.36 | 0.85 | 330 | 0.56 | 0.1 |
| Hex | 27 | B | 19 | 0 | 48 | 24 | 55 | 14A | 38 | A |
| Octal | 47 | 13 | 31 | 0 | 110 | 44 | 125 | 512 | 70 | 12 |
| Binary | 100111 | 1011 | 11001 | 0 | 1001000 | 100100 | 1010101 | 101001010 | 111000 | 1010 |
Color Harmonies of #270B19
Complementary color
Monochromatic Colors of #270B19
Black with #270B19
Text Example
Text Example
White with #270B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270B19; }
p { color: rgb(39,11,25); }
H1.HeaderClassName
{
color: #270B19;
}
.AnyTagClassName
{
color: #270B19;
}
</style>
background-color css
<style>
a { background-color: #270B19; }
a { background-color: rgb(39,11,25); }
div.DivClassName
{
background-color: #270B19;
}
.BgClassName
{
background-color: #270B19;
}
</style>
border-color css
<style>
span { border-color: #270B19; }
span { border-color: rgb(39,11,25); }
td.TdClassName
{
border-color: #270B19;
}
.TagClassName
{
border-color: #270B19;
}
</style>