#280216

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

Shades of Blackberry #280216

Tints of Blackberry #280216

Color information

#280216 (or 0x280216) is unknown color: approx Blackberry. HEX triplet: 28, 02 and 16. RGB value is (40,2,22). Sum of RGB (Red+Green+Blue) = 40+2+22=64 (8% of max value = 765). Red value is 40 (16.02% from 255 or 62.5% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 22 (8.98% from 255 or 34.38% from 64); Max value from RGB is 40 - color contains mainly: red. Hex color #280216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280216 is #D7FDE9. Grayscale: #0F0F0F. Windows color (decimal): -14155242 or 1442344. OLE color: 1442344.

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

Color convert

RGB40222-
CMYK00.950.450.84
HSL328.42º90.48%8.24%-
HSV(B)328.42º95%15.69%-
XYZ1.040.550.81-
YUV15.64131.59145.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 62.5%
GREEN value IS 2 (1.17% from 255) = 3.12%
BLUE value IS 22 (8.98% from 255) = 34.38%
R=62.5%
G=3.12%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4022200.950.450.84328.4290.488.24
Hex2821605F2D541485a8
Octal5022601375512451013210
Binary101000101011001011111101101101010010100100010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280216; }

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

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

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

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

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

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

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

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