#280219

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

Shades of Blackberry #280219

Tints of Blackberry #280219

Color information

#280219 (or 0x280219) is unknown color: approx Blackberry. HEX triplet: 28, 02 and 19. RGB value is (40,2,25). Sum of RGB (Red+Green+Blue) = 40+2+25=67 (8% of max value = 765). Red value is 40 (16.02% from 255 or 59.70% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 40 - color contains mainly: red. Hex color #280219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280219 is #D7FDE6. Grayscale: #0F0F0F. Windows color (decimal): -14155239 or 1638952. OLE color: 1638952.

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

Color convert

RGB40225-
CMYK00.950.380.84
HSL323.68º90.48%8.24%-
HSV(B)323.68º95%15.69%-
XYZ1.070.560.97-
YUV15.98133.09145.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 59.70%
GREEN value IS 2 (1.17% from 255) = 2.99%
BLUE value IS 25 (10.16% from 255) = 37.31%
R=59.70%
G=2.99%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.38
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4022500.950.380.84323.6890.488.24
Hex2821905F26541445a8
Octal5023101374612450413210
Binary101000101100101011111100110101010010100010010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280219; }

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

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

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

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

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

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

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

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