#280B19

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

Shades of Blackberry #280B19

Tints of Blackberry #280B19

Color information

#280B19 (or 0x280B19) is unknown color: approx Blackberry. HEX triplet: 28, 0B and 19. RGB value is (40,11,25). Sum of RGB (Red+Green+Blue) = 40+11+25=76 (10% of max value = 765). Red value is 40 (16.02% from 255 or 52.63% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 40 - color contains mainly: red. Hex color #280B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B19 is #D7F4E6. Grayscale: #151515. Windows color (decimal): -14152935 or 1641256. OLE color: 1641256.

HSL color Cylindrical-coordinate representation of color #280B19: hue angle of 331.03º 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 #280B19 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.84.

Color convert

RGB401125-
CMYK00.720.380.84
HSL331.03º56.86%10%-
HSV(B)331.03º72.5%15.69%-
XYZ1.170.761-
YUV21.27130.11141.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 52.63%
GREEN value IS 11 (4.69% from 255) = 14.47%
BLUE value IS 25 (10.16% from 255) = 32.89%
R=52.63%
G=14.47%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40112500.720.380.84331.0356.8610
Hex28B19048265414b39a
Octal5013310110461245137112
Binary1010001011110010100100010011010101001010010111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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