Shades of Blackberry #44012B
Tints of Blackberry #44012B
RGB
CMYK
RGB Variations
Color information
#44012B (or 0x44012B) is known color: Blackberry. HEX triplet: 44, 01 and 2B. RGB value is (68,1,43). Sum of RGB (Red+Green+Blue) = 68+1+43=112 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.71% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 68 - color contains mainly: red. Hex color #44012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44012B is #BBFED4. Grayscale: #191919. Windows color (decimal): -12320469 or 2818372. OLE color: 2818372.
HSL color Cylindrical-coordinate representation of color #44012B: hue angle of 322.39º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44012B is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.73 |
| HSL | 322.39º | 0.97% | 0.14% | - |
| HSV(B) | 322.39º | 0.99% | 0.27% | - |
| XYZ | 2.83 | 1.43 | 2.41 | - |
| YUV | 25.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 43 | 0 | 0.99 | 0.37 | 0.73 | 322.39 | 0.97 | 0.14 |
| Hex | 44 | 1 | 2B | 0 | 63 | 25 | 49 | 142 | 61 | E |
| Octal | 104 | 1 | 53 | 0 | 143 | 45 | 111 | 502 | 141 | 16 |
| Binary | 1000100 | 1 | 101011 | 0 | 1100011 | 100101 | 1001001 | 101000010 | 1100001 | 1110 |
Color Harmonies of #44012B
Complementary color
Monochromatic Colors of #44012B
Black with #44012B
Text Example
Text Example
White with #44012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44012B; }
p { color: rgb(68,1,43); }
H1.HeaderClassName
{
color: #44012B;
}
.AnyTagClassName
{
color: #44012B;
}
</style>
background-color css
<style>
a { background-color: #44012B; }
a { background-color: rgb(68,1,43); }
div.DivClassName
{
background-color: #44012B;
}
.BgClassName
{
background-color: #44012B;
}
</style>
border-color css
<style>
span { border-color: #44012B; }
span { border-color: rgb(68,1,43); }
td.TdClassName
{
border-color: #44012B;
}
.TagClassName
{
border-color: #44012B;
}
</style>