#280316

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

Shades of Blackberry #280316

Tints of Blackberry #280316

Color information

#280316 (or 0x280316) is unknown color: approx Blackberry. HEX triplet: 28, 03 and 16. RGB value is (40,3,22). Sum of RGB (Red+Green+Blue) = 40+3+22=65 (8% of max value = 765). Red value is 40 (16.02% from 255 or 61.54% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 22 (8.98% from 255 or 33.85% from 65); Max value from RGB is 40 - color contains mainly: red. Hex color #280316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280316 is #D7FCE9. Grayscale: #101010. Windows color (decimal): -14154986 or 1442600. OLE color: 1442600.

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

Color convert

RGB40322-
CMYK00.930.450.84
HSL329.19º86.05%8.43%-
HSV(B)329.19º92.5%15.69%-
XYZ1.050.570.81-
YUV16.23131.26144.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 61.54%
GREEN value IS 3 (1.56% from 255) = 4.62%
BLUE value IS 22 (8.98% from 255) = 33.85%
R=61.54%
G=4.62%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4032200.930.450.84329.1986.058.43
Hex2831605D2D54149568
Octal5032601355512451112610
Binary101000111011001011101101101101010010100100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280316; }

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

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

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

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

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

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

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

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