#280019

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

Shades of Blackberry #280019

Tints of Blackberry #280019

Color information

#280019 (or 0x280019) is unknown color: approx Blackberry. HEX triplet: 28, 00 and 19. RGB value is (40,0,25). Sum of RGB (Red+Green+Blue) = 40+0+25=65 (8% of max value = 765). Red value is 40 (16.02% from 255 or 61.54% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 40 - color contains mainly: red. Hex color #280019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280019 is #D7FFE6. Grayscale: #0E0E0E. Windows color (decimal): -14155751 or 1638440. OLE color: 1638440.

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

Color convert

RGB40025-
CMYK010.380.84
HSL322.5º100%7.84%-
HSV(B)322.5º100%15.69%-
XYZ1.050.520.96-
YUV14.81133.75145.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 61.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 38.46%
R=61.54%
G=0%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40025010.380.84322.51007.84
Hex280190642654142648
Octal5003101444612450214410
Binary10100001100101100100100110101010010100001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280019; }

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

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

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

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

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

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

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

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