Shades of Blackberry #27001D
Tints of Blackberry #27001D
RGB
CMYK
RGB Variations
Color information
#27001D (or 0x27001D) is known color: Blackberry. HEX triplet: 27, 00 and 1D. RGB value is (39,0,29). Sum of RGB (Red+Green+Blue) = 39+0+29=68 (9% of max value = 765). Red value is 39 (15.62% from 255 or 57.35% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 39 - color contains mainly: red. Hex color #27001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27001D is #D8FFE2. Grayscale: #0E0E0E. Windows color (decimal): -14221283 or 1900583. OLE color: 1900583.
HSL color Cylindrical-coordinate representation of color #27001D: hue angle of 315.38º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27001D is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.26 | 0.85 |
| HSL | 315.38º | 1% | 0.08% | - |
| HSV(B) | 315.38º | 1% | 0.15% | - |
| XYZ | 1.06 | 0.52 | 1.21 | - |
| YUV | 14.97 | 135.92 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 0 | 29 | 0 | 1 | 0.26 | 0.85 | 315.38 | 1 | 0.08 |
| Hex | 27 | 0 | 1D | 0 | 64 | 1A | 55 | 13B | 64 | 8 |
| Octal | 47 | 0 | 35 | 0 | 144 | 32 | 125 | 473 | 144 | 10 |
| Binary | 100111 | 0 | 11101 | 0 | 1100100 | 11010 | 1010101 | 100111011 | 1100100 | 1000 |
Color Harmonies of #27001D
Complementary color
Monochromatic Colors of #27001D
Black with #27001D
Text Example
Text Example
White with #27001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27001D; }
p { color: rgb(39,0,29); }
H1.HeaderClassName
{
color: #27001D;
}
.AnyTagClassName
{
color: #27001D;
}
</style>
background-color css
<style>
a { background-color: #27001D; }
a { background-color: rgb(39,0,29); }
div.DivClassName
{
background-color: #27001D;
}
.BgClassName
{
background-color: #27001D;
}
</style>
border-color css
<style>
span { border-color: #27001D; }
span { border-color: rgb(39,0,29); }
td.TdClassName
{
border-color: #27001D;
}
.TagClassName
{
border-color: #27001D;
}
</style>