#280B1A

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

Shades of Blackberry #280B1A

Tints of Blackberry #280B1A

Color information

#280B1A (or 0x280B1A) is unknown color: approx Blackberry. HEX triplet: 28, 0B and 1A. RGB value is (40,11,26). Sum of RGB (Red+Green+Blue) = 40+11+26=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #280B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280B1A is #D7F4E5. Grayscale: #151515. Windows color (decimal): -14152934 or 1706792. OLE color: 1706792.

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

Color convert

RGB401126-
CMYK00.720.350.84
HSL328.97º56.86%10%-
HSV(B)328.97º72.5%15.69%-
XYZ1.180.771.06-
YUV21.38130.61141.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.95%
GREEN value IS 11 (4.69% from 255) = 14.29%
BLUE value IS 26 (10.55% from 255) = 33.77%
R=51.95%
G=14.29%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40112600.720.350.84328.9756.8610
Hex28B1A048235414939a
Octal5013320110431245117112
Binary1010001011110100100100010001110101001010010011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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