#28001D

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

Shades of Blackberry #28001D

Tints of Blackberry #28001D

Color information

#28001D (or 0x28001D) is unknown color: approx Blackberry. HEX triplet: 28, 00 and 1D. RGB value is (40,0,29). Sum of RGB (Red+Green+Blue) = 40+0+29=69 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.97% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 29 (11.72% from 255 or 42.03% from 69); Max value from RGB is 40 - color contains mainly: red. Hex color #28001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28001D is #D7FFE2. Grayscale: #0F0F0F. Windows color (decimal): -14155747 or 1900584. OLE color: 1900584.

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

Color convert

RGB40029-
CMYK010.280.84
HSL316.5º100%7.84%-
HSV(B)316.5º100%15.69%-
XYZ1.10.541.21-
YUV15.27135.75145.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 42.03%
R=57.97%
G=0%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40029010.280.84316.51007.84
Hex2801D0641C5413c648
Octal5003501443412447414410
Binary1010000111010110010011100101010010011110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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