#280320

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

Shades of Blackberry #280320

Tints of Blackberry #280320

Color information

#280320 (or 0x280320) is unknown color: approx Blackberry. HEX triplet: 28, 03 and 20. RGB value is (40,3,32). Sum of RGB (Red+Green+Blue) = 40+3+32=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 32 (12.89% from 255 or 42.67% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #280320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280320 is #D7FCDF. Grayscale: #111111. Windows color (decimal): -14154976 or 2097960. OLE color: 2097960.

HSL color Cylindrical-coordinate representation of color #280320: hue angle of 312.97º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280320 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB40332-
CMYK00.930.200.84
HSL312.97º86.05%8.43%-
HSV(B)312.97º92.5%15.69%-
XYZ1.170.621.42-
YUV17.37136.26144.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 53.33%
GREEN value IS 3 (1.56% from 255) = 4%
BLUE value IS 32 (12.89% from 255) = 42.67%
R=53.33%
G=4%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4033200.930.200.84312.9786.058.43
Hex2832005D1454139568
Octal5034001352412447112610
Binary101000111000000101110110100101010010011100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280320; }

 p { color: rgb(40,3,32); }

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

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

 a { background-color: rgb(40,3,32); }

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

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

 span { border-color: rgb(40,3,32); }

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