#280015

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

Shades of Blackberry #280015

Tints of Blackberry #280015

Color information

#280015 (or 0x280015) is unknown color: approx Blackberry. HEX triplet: 28, 00 and 15. RGB value is (40,0,21). Sum of RGB (Red+Green+Blue) = 40+0+21=61 (8% of max value = 765). Red value is 40 (16.02% from 255 or 65.57% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 40 - color contains mainly: red. Hex color #280015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280015 is #D7FFEA. Grayscale: #0E0E0E. Windows color (decimal): -14155755 or 1376296. OLE color: 1376296.

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

Color convert

RGB40021-
CMYK010.480.84
HSL328.5º100%7.84%-
HSV(B)328.5º100%15.69%-
XYZ1.010.510.75-
YUV14.35131.75146.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 65.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 34.43%
R=65.57%
G=0%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40021010.480.84328.51007.84
Hex280150643054148648
Octal5002501446012451014410
Binary10100001010101100100110000101010010100100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280015; }

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

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

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

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

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

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

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

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