#280919

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

Shades of Blackberry #280919

Tints of Blackberry #280919

Color information

#280919 (or 0x280919) is unknown color: approx Blackberry. HEX triplet: 28, 09 and 19. RGB value is (40,9,25). Sum of RGB (Red+Green+Blue) = 40+9+25=74 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.05% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 25 (10.16% from 255 or 33.78% from 74); Max value from RGB is 40 - color contains mainly: red. Hex color #280919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280919 is #D7F6E6. Grayscale: #141414. Windows color (decimal): -14153447 or 1640744. OLE color: 1640744.

HSL color Cylindrical-coordinate representation of color #280919: hue angle of 329.03º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #280919 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.84.

Color convert

RGB40925-
CMYK00.780.380.84
HSL329.03º63.27%9.61%-
HSV(B)329.03º77.5%15.69%-
XYZ1.150.721-
YUV20.09130.77142.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 54.05%
GREEN value IS 9 (3.91% from 255) = 12.16%
BLUE value IS 25 (10.16% from 255) = 33.78%
R=54.05%
G=12.16%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4092500.780.380.84329.0363.279.61
Hex2891904E26541493fa
Octal5011310116461245117712
Binary1010001001110010100111010011010101001010010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280919; }

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

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

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

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

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

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

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

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