#280115

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

Shades of Blackberry #280115

Tints of Blackberry #280115

Color information

#280115 (or 0x280115) is unknown color: approx Blackberry. HEX triplet: 28, 01 and 15. RGB value is (40,1,21). Sum of RGB (Red+Green+Blue) = 40+1+21=62 (8% of max value = 765). Red value is 40 (16.02% from 255 or 64.52% from 62); Green value is 1 (0.78% from 255 or 1.61% from 62); Blue value is 21 (8.59% from 255 or 33.87% from 62); Max value from RGB is 40 - color contains mainly: red. Hex color #280115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280115 is #D7FEEA. Grayscale: #0E0E0E. Windows color (decimal): -14155499 or 1376552. OLE color: 1376552.

HSL color Cylindrical-coordinate representation of color #280115: hue angle of 329.23º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280115 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB40121-
CMYK00.980.480.84
HSL329.23º95.12%8.04%-
HSV(B)329.23º97.5%15.69%-
XYZ1.020.530.76-
YUV14.94131.42145.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 64.52%
GREEN value IS 1 (0.78% from 255) = 1.61%
BLUE value IS 21 (8.59% from 255) = 33.87%
R=64.52%
G=1.61%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4012100.980.480.84329.2395.128.04
Hex2811506230541495f8
Octal5012501426012451113710
Binary10100011010101100010110000101010010100100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280115; }

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

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

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

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

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

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

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

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