#280B18

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

Shades of Blackberry #280B18

Tints of Blackberry #280B18

Color information

#280B18 (or 0x280B18) is unknown color: approx Blackberry. HEX triplet: 28, 0B and 18. RGB value is (40,11,24). Sum of RGB (Red+Green+Blue) = 40+11+24=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #280B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B18 is #D7F4E7. Grayscale: #151515. Windows color (decimal): -14152936 or 1575720. OLE color: 1575720.

HSL color Cylindrical-coordinate representation of color #280B18: hue angle of 333.1º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #280B18 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB401124-
CMYK00.720.400.84
HSL333.1º56.86%10%-
HSV(B)333.1º72.5%15.69%-
XYZ1.160.760.95-
YUV21.15129.61141.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 53.33%
GREEN value IS 11 (4.69% from 255) = 14.67%
BLUE value IS 24 (9.77% from 255) = 32%
R=53.33%
G=14.67%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40112400.720.400.84333.156.8610
Hex28B18048285414d39a
Octal5013300110501245157112
Binary1010001011110000100100010100010101001010011011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280B18; }

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

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

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

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

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

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

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

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