#280220

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

Shades of Blackberry #280220

Tints of Blackberry #280220

Color information

#280220 (or 0x280220) is unknown color: approx Blackberry. HEX triplet: 28, 02 and 20. RGB value is (40,2,32). Sum of RGB (Red+Green+Blue) = 40+2+32=74 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.05% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 40 - color contains mainly: red. Hex color #280220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280220 is #D7FDDF. Grayscale: #101010. Windows color (decimal): -14155232 or 2097704. OLE color: 2097704.

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

Color convert

RGB40232-
CMYK00.950.200.84
HSL312.63º90.48%8.24%-
HSV(B)312.63º95%15.69%-
XYZ1.160.61.42-
YUV16.78136.59144.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 54.05%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 32 (12.89% from 255) = 43.24%
R=54.05%
G=2.70%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4023200.950.200.84312.6390.488.24
Hex2822005F14541395a8
Octal5024001372412447113210
Binary101000101000000101111110100101010010011100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280220; }

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

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

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

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

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

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

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

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