Shades of Blackberry #380023
Tints of Blackberry #380023
RGB
CMYK
RGB Variations
Color information
#380023 (or 0x380023) is known color: Blackberry. HEX triplet: 38, 00 and 23. RGB value is (56,0,35). Sum of RGB (Red+Green+Blue) = 56+0+35=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 35 (14.06% from 255 or 38.46% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #380023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380023 is #C7FFDC. Grayscale: #141414. Windows color (decimal): -13107165 or 2293816. OLE color: 2293816.
HSL color Cylindrical-coordinate representation of color #380023: hue angle of 322.5º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380023 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.37 | 0.78 |
| HSL | 322.5º | 1% | 0.11% | - |
| HSV(B) | 322.5º | 1% | 0.22% | - |
| XYZ | 1.93 | 0.96 | 1.67 | - |
| YUV | 20.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 35 | 0 | 1 | 0.37 | 0.78 | 322.5 | 1 | 0.11 |
| Hex | 38 | 0 | 23 | 0 | 64 | 25 | 4E | 142 | 64 | B |
| Octal | 70 | 0 | 43 | 0 | 144 | 45 | 116 | 502 | 144 | 13 |
| Binary | 111000 | 0 | 100011 | 0 | 1100100 | 100101 | 1001110 | 101000010 | 1100100 | 1011 |
Color Harmonies of #380023
Complementary color
Monochromatic Colors of #380023
Black with #380023
Text Example
Text Example
White with #380023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380023; }
p { color: rgb(56,0,35); }
H1.HeaderClassName
{
color: #380023;
}
.AnyTagClassName
{
color: #380023;
}
</style>
background-color css
<style>
a { background-color: #380023; }
a { background-color: rgb(56,0,35); }
div.DivClassName
{
background-color: #380023;
}
.BgClassName
{
background-color: #380023;
}
</style>
border-color css
<style>
span { border-color: #380023; }
span { border-color: rgb(56,0,35); }
td.TdClassName
{
border-color: #380023;
}
.TagClassName
{
border-color: #380023;
}
</style>