#280315

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

Shades of Blackberry #280315

Tints of Blackberry #280315

Color information

#280315 (or 0x280315) is unknown color: approx Blackberry. HEX triplet: 28, 03 and 15. RGB value is (40,3,21). Sum of RGB (Red+Green+Blue) = 40+3+21=64 (8% of max value = 765). Red value is 40 (16.02% from 255 or 62.5% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 40 - color contains mainly: red. Hex color #280315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280315 is #D7FCEA. Grayscale: #101010. Windows color (decimal): -14154987 or 1377064. OLE color: 1377064.

HSL color Cylindrical-coordinate representation of color #280315: hue angle of 330.81º 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 #280315 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB40321-
CMYK00.930.480.84
HSL330.81º86.05%8.43%-
HSV(B)330.81º92.5%15.69%-
XYZ1.040.570.76-
YUV16.11130.76145.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 62.5%
GREEN value IS 3 (1.56% from 255) = 4.69%
BLUE value IS 21 (8.59% from 255) = 32.81%
R=62.5%
G=4.69%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4032100.930.480.84330.8186.058.43
Hex2831505D305414b568
Octal5032501356012451312610
Binary101000111010101011101110000101010010100101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280315; }

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

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

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

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

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

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

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

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