#280917

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

Shades of Blackberry #280917

Tints of Blackberry #280917

Color information

#280917 (or 0x280917) is unknown color: approx Blackberry. HEX triplet: 28, 09 and 17. RGB value is (40,9,23). Sum of RGB (Red+Green+Blue) = 40+9+23=72 (9% of max value = 765). Red value is 40 (16.02% from 255 or 55.56% from 72); Green value is 9 (3.91% from 255 or 12.5% from 72); Blue value is 23 (9.38% from 255 or 31.94% from 72); Max value from RGB is 40 - color contains mainly: red. Hex color #280917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280917 is #D7F6E8. Grayscale: #131313. Windows color (decimal): -14153449 or 1509672. OLE color: 1509672.

HSL color Cylindrical-coordinate representation of color #280917: hue angle of 332.9º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #280917 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.84.

Color convert

RGB40923-
CMYK00.780.430.84
HSL332.9º63.27%9.61%-
HSV(B)332.9º77.5%15.69%-
XYZ1.130.710.89-
YUV19.86129.77142.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 55.56%
GREEN value IS 9 (3.91% from 255) = 12.5%
BLUE value IS 23 (9.38% from 255) = 31.94%
R=55.56%
G=12.5%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4092300.780.430.84332.963.279.61
Hex2891704E2B5414d3fa
Octal5011270116531245157712
Binary1010001001101110100111010101110101001010011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280917; }

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

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

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

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

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

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

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

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