#28021D

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

Shades of Blackberry #28021D

Tints of Blackberry #28021D

Color information

#28021D (or 0x28021D) is unknown color: approx Blackberry. HEX triplet: 28, 02 and 1D. RGB value is (40,2,29). Sum of RGB (Red+Green+Blue) = 40+2+29=71 (9% of max value = 765). Red value is 40 (16.02% from 255 or 56.34% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 40 - color contains mainly: red. Hex color #28021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28021D is #D7FDE2. Grayscale: #101010. Windows color (decimal): -14155235 or 1901096. OLE color: 1901096.

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

Color convert

RGB40229-
CMYK00.950.280.84
HSL317.37º90.48%8.24%-
HSV(B)317.37º95%15.69%-
XYZ1.120.581.22-
YUV16.44135.09144.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 56.34%
GREEN value IS 2 (1.17% from 255) = 2.82%
BLUE value IS 29 (11.72% from 255) = 40.85%
R=56.34%
G=2.82%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4022900.950.280.84317.3790.488.24
Hex2821D05F1C5413d5a8
Octal5023501373412447513210
Binary10100010111010101111111100101010010011110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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