#280515

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

Shades of Blackberry #280515

Tints of Blackberry #280515

Color information

#280515 (or 0x280515) is unknown color: approx Blackberry. HEX triplet: 28, 05 and 15. RGB value is (40,5,21). Sum of RGB (Red+Green+Blue) = 40+5+21=66 (8% of max value = 765). Red value is 40 (16.02% from 255 or 60.61% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 21 (8.59% from 255 or 31.82% from 66); Max value from RGB is 40 - color contains mainly: red. Hex color #280515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280515 is #D7FAEA. Grayscale: #111111. Windows color (decimal): -14154475 or 1377576. OLE color: 1377576.

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

Color convert

RGB40521-
CMYK00.880.480.84
HSL332.57º77.78%8.82%-
HSV(B)332.57º87.5%15.69%-
XYZ1.060.610.77-
YUV17.29130.1144.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 60.61%
GREEN value IS 5 (2.34% from 255) = 7.58%
BLUE value IS 21 (8.59% from 255) = 31.82%
R=60.61%
G=7.58%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4052100.880.480.84332.5777.788.82
Hex28515058305414d4e9
Octal5052501306012451511611
Binary1010001011010101011000110000101010010100110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280515; }

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

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

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

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

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

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

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

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