#280517

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

Shades of Blackberry #280517

Tints of Blackberry #280517

Color information

#280517 (or 0x280517) is unknown color: approx Blackberry. HEX triplet: 28, 05 and 17. RGB value is (40,5,23). Sum of RGB (Red+Green+Blue) = 40+5+23=68 (9% of max value = 765). Red value is 40 (16.02% from 255 or 58.82% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 23 (9.38% from 255 or 33.82% from 68); Max value from RGB is 40 - color contains mainly: red. Hex color #280517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280517 is #D7FAE8. Grayscale: #111111. Windows color (decimal): -14154473 or 1508648. OLE color: 1508648.

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

Color convert

RGB40523-
CMYK00.880.430.84
HSL329.14º77.78%8.82%-
HSV(B)329.14º87.5%15.69%-
XYZ1.080.620.87-
YUV17.52131.1144.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 58.82%
GREEN value IS 5 (2.34% from 255) = 7.35%
BLUE value IS 23 (9.38% from 255) = 33.82%
R=58.82%
G=7.35%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4052300.880.430.84329.1477.788.82
Hex285170582B541494e9
Octal5052701305312451111611
Binary1010001011011101011000101011101010010100100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280517; }

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

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

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

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

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

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

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

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