Shades of Blackberry #301023
Tints of Blackberry #301023
RGB
CMYK
RGB Variations
Color information
#301023 (or 0x301023) is known color: Blackberry. HEX triplet: 30, 10 and 23. RGB value is (48,16,35). Sum of RGB (Red+Green+Blue) = 48+16+35=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 35 (14.06% from 255 or 35.35% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #301023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301023 is #CFEFDC. Grayscale: #1B1B1B. Windows color (decimal): -13627357 or 2297904. OLE color: 2297904.
HSL color Cylindrical-coordinate representation of color #301023: hue angle of 324.38º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #301023 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 16 | 35 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.81 |
| HSL | 324.38º | 0.5% | 0.13% | - |
| HSV(B) | 324.38º | 0.67% | 0.19% | - |
| XYZ | 1.71 | 1.12 | 1.72 | - |
| YUV | 27.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 16 | 35 | 0 | 0.67 | 0.27 | 0.81 | 324.38 | 0.5 | 0.13 |
| Hex | 30 | 10 | 23 | 0 | 43 | 1B | 51 | 144 | 32 | D |
| Octal | 60 | 20 | 43 | 0 | 103 | 33 | 121 | 504 | 62 | 15 |
| Binary | 110000 | 10000 | 100011 | 0 | 1000011 | 11011 | 1010001 | 101000100 | 110010 | 1101 |
Color Harmonies of #301023
Complementary color
Monochromatic Colors of #301023
Black with #301023
Text Example
Text Example
White with #301023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301023; }
p { color: rgb(48,16,35); }
H1.HeaderClassName
{
color: #301023;
}
.AnyTagClassName
{
color: #301023;
}
</style>
background-color css
<style>
a { background-color: #301023; }
a { background-color: rgb(48,16,35); }
div.DivClassName
{
background-color: #301023;
}
.BgClassName
{
background-color: #301023;
}
</style>
border-color css
<style>
span { border-color: #301023; }
span { border-color: rgb(48,16,35); }
td.TdClassName
{
border-color: #301023;
}
.TagClassName
{
border-color: #301023;
}
</style>