#280717

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

Shades of Blackberry #280717

Tints of Blackberry #280717

Color information

#280717 (or 0x280717) is unknown color: approx Blackberry. HEX triplet: 28, 07 and 17. RGB value is (40,7,23). Sum of RGB (Red+Green+Blue) = 40+7+23=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 7 (3.12% from 255 or 10% from 70); Blue value is 23 (9.38% from 255 or 32.86% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #280717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280717 is #D7F8E8. Grayscale: #121212. Windows color (decimal): -14153961 or 1509160. OLE color: 1509160.

HSL color Cylindrical-coordinate representation of color #280717: hue angle of 330.91º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280717 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.84.

Color convert

RGB40723-
CMYK00.830.430.84
HSL330.91º70.21%9.22%-
HSV(B)330.91º82.5%15.69%-
XYZ1.110.660.88-
YUV18.69130.43143.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.14%
GREEN value IS 7 (3.12% from 255) = 10%
BLUE value IS 23 (9.38% from 255) = 32.86%
R=57.14%
G=10%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4072300.830.430.84330.9170.219.22
Hex287170532B5414b469
Octal5072701235312451310611
Binary1010001111011101010011101011101010010100101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280717; }

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

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

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

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

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

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

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

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