#280116

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

Shades of Blackberry #280116

Tints of Blackberry #280116

Color information

#280116 (or 0x280116) is unknown color: approx Blackberry. HEX triplet: 28, 01 and 16. RGB value is (40,1,22). Sum of RGB (Red+Green+Blue) = 40+1+22=63 (8% of max value = 765). Red value is 40 (16.02% from 255 or 63.49% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 22 (8.98% from 255 or 34.92% from 63); Max value from RGB is 40 - color contains mainly: red. Hex color #280116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280116 is #D7FEE9. Grayscale: #0F0F0F. Windows color (decimal): -14155498 or 1442088. OLE color: 1442088.

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

Color convert

RGB40122-
CMYK00.980.450.84
HSL327.69º95.12%8.04%-
HSV(B)327.69º97.5%15.69%-
XYZ1.030.530.81-
YUV15.06131.92145.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 63.49%
GREEN value IS 1 (0.78% from 255) = 1.59%
BLUE value IS 22 (8.98% from 255) = 34.92%
R=63.49%
G=1.59%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4012200.980.450.84327.6995.128.04
Hex281160622D541485f8
Octal5012601425512451013710
Binary10100011011001100010101101101010010100100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280116; }

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

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

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

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

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

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

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

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