#280818

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

Shades of Blackberry #280818

Tints of Blackberry #280818

Color information

#280818 (or 0x280818) is unknown color: approx Blackberry. HEX triplet: 28, 08 and 18. RGB value is (40,8,24). Sum of RGB (Red+Green+Blue) = 40+8+24=72 (9% of max value = 765). Red value is 40 (16.02% from 255 or 55.56% from 72); Green value is 8 (3.52% from 255 or 11.11% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 40 - color contains mainly: red. Hex color #280818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280818 is #D7F7E7. Grayscale: #131313. Windows color (decimal): -14153704 or 1574952. OLE color: 1574952.

HSL color Cylindrical-coordinate representation of color #280818: hue angle of 330º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #280818 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB40824-
CMYK00.800.400.84
HSL330º66.67%9.41%-
HSV(B)330º80%15.69%-
XYZ1.130.690.94-
YUV19.39130.6142.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 55.56%
GREEN value IS 8 (3.52% from 255) = 11.11%
BLUE value IS 24 (9.77% from 255) = 33.33%
R=55.56%
G=11.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4082400.800.400.8433066.679.41
Hex28818050285414a439
Octal50103001205012451210311
Binary10100010001100001010000101000101010010100101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280818; }

 p { color: rgb(40,8,24); }

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

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

 a { background-color: rgb(40,8,24); }

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

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

 span { border-color: rgb(40,8,24); }

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