#280419

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

Shades of Blackberry #280419

Tints of Blackberry #280419

Color information

#280419 (or 0x280419) is unknown color: approx Blackberry. HEX triplet: 28, 04 and 19. RGB value is (40,4,25). Sum of RGB (Red+Green+Blue) = 40+4+25=69 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.97% from 69); Green value is 4 (1.95% from 255 or 5.80% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 40 - color contains mainly: red. Hex color #280419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280419 is #D7FBE6. Grayscale: #111111. Windows color (decimal): -14154727 or 1639464. OLE color: 1639464.

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

Color convert

RGB40425-
CMYK00.900.380.84
HSL325º81.82%8.63%-
HSV(B)325º90%15.69%-
XYZ1.090.610.98-
YUV17.16132.43144.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.97%
GREEN value IS 4 (1.95% from 255) = 5.80%
BLUE value IS 25 (10.16% from 255) = 36.23%
R=57.97%
G=5.80%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.38
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4042500.900.380.8432581.828.63
Hex2841905A2654145529
Octal5043101324612450512211
Binary1010001001100101011010100110101010010100010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280419; }

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

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

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

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

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

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

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

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