#280319

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

Shades of Blackberry #280319

Tints of Blackberry #280319

Color information

#280319 (or 0x280319) is unknown color: approx Blackberry. HEX triplet: 28, 03 and 19. RGB value is (40,3,25). Sum of RGB (Red+Green+Blue) = 40+3+25=68 (9% of max value = 765). Red value is 40 (16.02% from 255 or 58.82% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 25 (10.16% from 255 or 36.76% from 68); Max value from RGB is 40 - color contains mainly: red. Hex color #280319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280319 is #D7FCE6. Grayscale: #101010. Windows color (decimal): -14154983 or 1639208. OLE color: 1639208.

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

Color convert

RGB40325-
CMYK00.930.380.84
HSL324.32º86.05%8.43%-
HSV(B)324.32º92.5%15.69%-
XYZ1.080.590.98-
YUV16.57132.76144.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 58.82%
GREEN value IS 3 (1.56% from 255) = 4.41%
BLUE value IS 25 (10.16% from 255) = 36.76%
R=58.82%
G=4.41%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4032500.930.380.84324.3286.058.43
Hex2831905D2654144568
Octal5033101354612450412610
Binary101000111100101011101100110101010010100010010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280319; }

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

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

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

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

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

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

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

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