#28021B

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

Shades of Blackberry #28021B

Tints of Blackberry #28021B

Color information

#28021B (or 0x28021B) is unknown color: approx Blackberry. HEX triplet: 28, 02 and 1B. RGB value is (40,2,27). Sum of RGB (Red+Green+Blue) = 40+2+27=69 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.97% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 40 - color contains mainly: red. Hex color #28021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28021B is #D7FDE4. Grayscale: #101010. Windows color (decimal): -14155237 or 1770024. OLE color: 1770024.

HSL color Cylindrical-coordinate representation of color #28021B: hue angle of 320.53º 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 #28021B is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.84.

Color convert

RGB40227-
CMYK00.950.330.84
HSL320.53º90.48%8.24%-
HSV(B)320.53º95%15.69%-
XYZ1.090.571.09-
YUV16.21134.09144.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.97%
GREEN value IS 2 (1.17% from 255) = 2.90%
BLUE value IS 27 (10.94% from 255) = 39.13%
R=57.97%
G=2.90%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4022700.950.330.84320.5390.488.24
Hex2821B05F21541415a8
Octal5023301374112450113210
Binary101000101101101011111100001101010010100000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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