Shades of Blackberry #4B092A
Tints of Blackberry #4B092A
RGB
CMYK
RGB Variations
Color information
#4B092A (or 0x4B092A) is known color: Blackberry. HEX triplet: 4B, 09 and 2A. RGB value is (75,9,42). Sum of RGB (Red+Green+Blue) = 75+9+42=126 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.52% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 75 - color contains mainly: red. Hex color #4B092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B092A is #B4F6D5. Grayscale: #202020. Windows color (decimal): -11859670 or 2754891. OLE color: 2754891.
HSL color Cylindrical-coordinate representation of color #4B092A: hue angle of 330º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B092A is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 9 | 42 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.71 |
| HSL | 330º | 0.79% | 0.16% | - |
| HSV(B) | 330º | 0.88% | 0.29% | - |
| XYZ | 3.42 | 1.86 | 2.37 | - |
| YUV | 32.5 | 133.37 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 9 | 42 | 0 | 0.88 | 0.44 | 0.71 | 330 | 0.79 | 0.16 |
| Hex | 4B | 9 | 2A | 0 | 58 | 2C | 47 | 14A | 4F | 10 |
| Octal | 113 | 11 | 52 | 0 | 130 | 54 | 107 | 512 | 117 | 20 |
| Binary | 1001011 | 1001 | 101010 | 0 | 1011000 | 101100 | 1000111 | 101001010 | 1001111 | 10000 |
Color Harmonies of #4B092A
Complementary color
Monochromatic Colors of #4B092A
Black with #4B092A
Text Example
Text Example
White with #4B092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B092A; }
p { color: rgb(75,9,42); }
H1.HeaderClassName
{
color: #4B092A;
}
.AnyTagClassName
{
color: #4B092A;
}
</style>
background-color css
<style>
a { background-color: #4B092A; }
a { background-color: rgb(75,9,42); }
div.DivClassName
{
background-color: #4B092A;
}
.BgClassName
{
background-color: #4B092A;
}
</style>
border-color css
<style>
span { border-color: #4B092A; }
span { border-color: rgb(75,9,42); }
td.TdClassName
{
border-color: #4B092A;
}
.TagClassName
{
border-color: #4B092A;
}
</style>