#280013

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

Shades of Blackberry #280013

Tints of Blackberry #280013

Color information

#280013 (or 0x280013) is unknown color: approx Blackberry. HEX triplet: 28, 00 and 13. RGB value is (40,0,19). Sum of RGB (Red+Green+Blue) = 40+0+19=59 (7% of max value = 765). Red value is 40 (16.02% from 255 or 67.80% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 40 - color contains mainly: red. Hex color #280013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280013 is #D7FFEC. Grayscale: #0E0E0E. Windows color (decimal): -14155757 or 1245224. OLE color: 1245224.

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

Color convert

RGB40019-
CMYK010.520.84
HSL331.5º100%7.84%-
HSV(B)331.5º100%15.69%-
XYZ0.990.50.66-
YUV14.13130.75146.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 67.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 32.20%
R=67.80%
G=0%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40019010.520.84331.51007.84
Hex28013064345414c648
Octal5002301446412451414410
Binary10100001001101100100110100101010010100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280013; }

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

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

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

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

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

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

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

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