#280520

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

Shades of Blackberry #280520

Tints of Blackberry #280520

Color information

#280520 (or 0x280520) is unknown color: approx Blackberry. HEX triplet: 28, 05 and 20. RGB value is (40,5,32). Sum of RGB (Red+Green+Blue) = 40+5+32=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 32 (12.89% from 255 or 41.56% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #280520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280520 is #D7FADF. Grayscale: #121212. Windows color (decimal): -14154464 or 2098472. OLE color: 2098472.

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

Color convert

RGB40532-
CMYK00.880.200.84
HSL313.71º77.78%8.82%-
HSV(B)313.71º87.5%15.69%-
XYZ1.190.661.43-
YUV18.54135.6143.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.95%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 32 (12.89% from 255) = 41.56%
R=51.95%
G=6.49%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4053200.880.200.84313.7177.788.82
Hex28520058145413a4e9
Octal5054001302412447211611
Binary1010001011000000101100010100101010010011101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280520; }

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

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

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

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

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

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

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

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