Shades of Blackberry #43012A
Tints of Blackberry #43012A
RGB
CMYK
RGB Variations
Color information
#43012A (or 0x43012A) is known color: Blackberry. HEX triplet: 43, 01 and 2A. RGB value is (67,1,42). Sum of RGB (Red+Green+Blue) = 67+1+42=110 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.91% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 67 - color contains mainly: red. Hex color #43012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43012A is #BCFED5. Grayscale: #191919. Windows color (decimal): -12386006 or 2752835. OLE color: 2752835.
HSL color Cylindrical-coordinate representation of color #43012A: hue angle of 322.73º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #43012A is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.74 |
| HSL | 322.73º | 0.97% | 0.13% | - |
| HSV(B) | 322.73º | 0.99% | 0.26% | - |
| XYZ | 2.74 | 1.38 | 2.31 | - |
| YUV | 25.41 | 137.37 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 1 | 42 | 0 | 0.99 | 0.37 | 0.74 | 322.73 | 0.97 | 0.13 |
| Hex | 43 | 1 | 2A | 0 | 63 | 25 | 4A | 143 | 61 | D |
| Octal | 103 | 1 | 52 | 0 | 143 | 45 | 112 | 503 | 141 | 15 |
| Binary | 1000011 | 1 | 101010 | 0 | 1100011 | 100101 | 1001010 | 101000011 | 1100001 | 1101 |
Color Harmonies of #43012A
Complementary color
Monochromatic Colors of #43012A
Black with #43012A
Text Example
Text Example
White with #43012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43012A; }
p { color: rgb(67,1,42); }
H1.HeaderClassName
{
color: #43012A;
}
.AnyTagClassName
{
color: #43012A;
}
</style>
background-color css
<style>
a { background-color: #43012A; }
a { background-color: rgb(67,1,42); }
div.DivClassName
{
background-color: #43012A;
}
.BgClassName
{
background-color: #43012A;
}
</style>
border-color css
<style>
span { border-color: #43012A; }
span { border-color: rgb(67,1,42); }
td.TdClassName
{
border-color: #43012A;
}
.TagClassName
{
border-color: #43012A;
}
</style>