#280118

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

Shades of Blackberry #280118

Tints of Blackberry #280118

Color information

#280118 (or 0x280118) is unknown color: approx Blackberry. HEX triplet: 28, 01 and 18. RGB value is (40,1,24). Sum of RGB (Red+Green+Blue) = 40+1+24=65 (8% of max value = 765). Red value is 40 (16.02% from 255 or 61.54% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 40 - color contains mainly: red. Hex color #280118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280118 is #D7FEE7. Grayscale: #0F0F0F. Windows color (decimal): -14155496 or 1573160. OLE color: 1573160.

HSL color Cylindrical-coordinate representation of color #280118: hue angle of 324.62º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280118 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB40124-
CMYK00.980.400.84
HSL324.62º95.12%8.04%-
HSV(B)324.62º97.5%15.69%-
XYZ1.050.540.91-
YUV15.28132.92145.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 61.54%
GREEN value IS 1 (0.78% from 255) = 1.54%
BLUE value IS 24 (9.77% from 255) = 36.92%
R=61.54%
G=1.54%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4012400.980.400.84324.6295.128.04
Hex2811806228541455f8
Octal5013001425012450513710
Binary10100011100001100010101000101010010100010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280118; }

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

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

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

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

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

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

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

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