#280117

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

Shades of Blackberry #280117

Tints of Blackberry #280117

Color information

#280117 (or 0x280117) is unknown color: approx Blackberry. HEX triplet: 28, 01 and 17. RGB value is (40,1,23). Sum of RGB (Red+Green+Blue) = 40+1+23=64 (8% of max value = 765). Red value is 40 (16.02% from 255 or 62.5% from 64); Green value is 1 (0.78% from 255 or 1.56% from 64); Blue value is 23 (9.38% from 255 or 35.94% from 64); Max value from RGB is 40 - color contains mainly: red. Hex color #280117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280117 is #D7FEE8. Grayscale: #0F0F0F. Windows color (decimal): -14155497 or 1507624. OLE color: 1507624.

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

Color convert

RGB40123-
CMYK00.980.430.84
HSL326.15º95.12%8.04%-
HSV(B)326.15º97.5%15.69%-
XYZ1.040.530.86-
YUV15.17132.42145.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 62.5%
GREEN value IS 1 (0.78% from 255) = 1.56%
BLUE value IS 23 (9.38% from 255) = 35.94%
R=62.5%
G=1.56%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4012300.980.430.84326.1595.128.04
Hex281170622B541465f8
Octal5012701425312450613710
Binary10100011011101100010101011101010010100011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280117; }

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

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

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

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

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

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

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

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