#280817

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

Shades of Blackberry #280817

Tints of Blackberry #280817

Color information

#280817 (or 0x280817) is unknown color: approx Blackberry. HEX triplet: 28, 08 and 17. RGB value is (40,8,23). Sum of RGB (Red+Green+Blue) = 40+8+23=71 (9% of max value = 765). Red value is 40 (16.02% from 255 or 56.34% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 40 - color contains mainly: red. Hex color #280817 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280817 is #D7F7E8. Grayscale: #131313. Windows color (decimal): -14153705 or 1509416. OLE color: 1509416.

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

Color convert

RGB40823-
CMYK00.800.430.84
HSL331.88º66.67%9.41%-
HSV(B)331.88º80%15.69%-
XYZ1.120.690.88-
YUV19.28130.1142.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 56.34%
GREEN value IS 8 (3.52% from 255) = 11.27%
BLUE value IS 23 (9.38% from 255) = 32.39%
R=56.34%
G=11.27%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4082300.800.430.84331.8866.679.41
Hex288170502B5414c439
Octal50102701205312451410311
Binary10100010001011101010000101011101010010100110010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280817; }

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

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

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

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

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

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

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

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