#28051D

Color #28051D Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #28051D

Tints of Blackberry #28051D

Color information

#28051D (or 0x28051D) is unknown color: approx Blackberry. HEX triplet: 28, 05 and 1D. RGB value is (40,5,29). Sum of RGB (Red+Green+Blue) = 40+5+29=74 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.05% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 40 - color contains mainly: red. Hex color #28051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28051D is #D7FAE2. Grayscale: #121212. Windows color (decimal): -14154467 or 1901864. OLE color: 1901864.

HSL color Cylindrical-coordinate representation of color #28051D: hue angle of 318.86º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28051D is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.84.

Color convert

RGB40529-
CMYK00.880.280.84
HSL318.86º77.78%8.82%-
HSV(B)318.86º87.5%15.69%-
XYZ1.150.651.23-
YUV18.2134.1143.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 54.05%
GREEN value IS 5 (2.34% from 255) = 6.76%
BLUE value IS 29 (11.72% from 255) = 39.19%
R=54.05%
G=6.76%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4052900.880.280.84318.8677.788.82
Hex2851D0581C5413f4e9
Octal5053501303412447711611
Binary101000101111010101100011100101010010011111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28051D; }

 p { color: rgb(40,5,29); }

 H1.HeaderClassName
 {
   color: #28051D;
 }
 .AnyTagClassName
 {
   color: #28051D;
 }
</style>
background-color css

<style>
 a { background-color: #28051D; }

 a { background-color: rgb(40,5,29); }

 div.DivClassName
 {
   background-color: #28051D;
 }
 .BgClassName
 {
   background-color: #28051D;
 }
</style>
border-color css

<style>
 span { border-color: #28051D; }

 span { border-color: rgb(40,5,29); }

 td.TdClassName
 {
   border-color: #28051D;
 }
 .TagClassName
 {
   border-color: #28051D;
 }
</style>