#280018

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

Shades of Blackberry #280018

Tints of Blackberry #280018

Color information

#280018 (or 0x280018) is unknown color: approx Blackberry. HEX triplet: 28, 00 and 18. RGB value is (40,0,24). Sum of RGB (Red+Green+Blue) = 40+0+24=64 (8% of max value = 765). Red value is 40 (16.02% from 255 or 62.5% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 40 - color contains mainly: red. Hex color #280018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280018 is #D7FFE7. Grayscale: #0E0E0E. Windows color (decimal): -14155752 or 1572904. OLE color: 1572904.

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

Color convert

RGB40024-
CMYK010.400.84
HSL324º100%7.84%-
HSV(B)324º100%15.69%-
XYZ1.040.520.91-
YUV14.7133.25146.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 62.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 37.5%
R=62.5%
G=0%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40024010.400.843241007.84
Hex280180642854144648
Octal5003001445012450414410
Binary10100001100001100100101000101010010100010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280018; }

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

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

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

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

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

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

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

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