#280017

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

Shades of Blackberry #280017

Tints of Blackberry #280017

Color information

#280017 (or 0x280017) is unknown color: approx Blackberry. HEX triplet: 28, 00 and 17. RGB value is (40,0,23). Sum of RGB (Red+Green+Blue) = 40+0+23=63 (8% of max value = 765). Red value is 40 (16.02% from 255 or 63.49% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 23 (9.38% from 255 or 36.51% from 63); Max value from RGB is 40 - color contains mainly: red. Hex color #280017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280017 is #D7FFE8. Grayscale: #0E0E0E. Windows color (decimal): -14155753 or 1507368. OLE color: 1507368.

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

Color convert

RGB40023-
CMYK010.430.84
HSL325.5º100%7.84%-
HSV(B)325.5º100%15.69%-
XYZ1.030.510.86-
YUV14.58132.75146.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 63.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 36.51%
R=63.49%
G=0%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40023010.430.84325.51007.84
Hex280170642B54146648
Octal5002701445312450614410
Binary10100001011101100100101011101010010100011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280017; }

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

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

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

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

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

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

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

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