#280519

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

Shades of Blackberry #280519

Tints of Blackberry #280519

Color information

#280519 (or 0x280519) is unknown color: approx Blackberry. HEX triplet: 28, 05 and 19. RGB value is (40,5,25). Sum of RGB (Red+Green+Blue) = 40+5+25=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 25 (10.16% from 255 or 35.71% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #280519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280519 is #D7FAE6. Grayscale: #111111. Windows color (decimal): -14154471 or 1639720. OLE color: 1639720.

HSL color Cylindrical-coordinate representation of color #280519: hue angle of 325.71º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280519 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.84.

Color convert

RGB40525-
CMYK00.880.380.84
HSL325.71º77.78%8.82%-
HSV(B)325.71º87.5%15.69%-
XYZ1.10.630.98-
YUV17.74132.1143.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.14%
GREEN value IS 5 (2.34% from 255) = 7.14%
BLUE value IS 25 (10.16% from 255) = 35.71%
R=57.14%
G=7.14%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.38
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4052500.880.380.84325.7177.788.82
Hex2851905826541464e9
Octal5053101304612450611611
Binary1010001011100101011000100110101010010100011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280519; }

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

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

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

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

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

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

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

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