#280E1A

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

Shades of Blackberry #280E1A

Tints of Blackberry #280E1A

Color information

#280E1A (or 0x280E1A) is unknown color: approx Blackberry. HEX triplet: 28, 0E and 1A. RGB value is (40,14,26). Sum of RGB (Red+Green+Blue) = 40+14+26=80 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50% from 80); Green value is 14 (5.86% from 255 or 17.5% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 40 - color contains mainly: red. Hex color #280E1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280E1A is #D7F1E5. Grayscale: #171717. Windows color (decimal): -14152166 or 1707560. OLE color: 1707560.

HSL color Cylindrical-coordinate representation of color #280E1A: hue angle of 332.31º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #280E1A is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.84.

Color convert

RGB401426-
CMYK00.650.350.84
HSL332.31º48.15%10.59%-
HSV(B)332.31º65%15.69%-
XYZ1.220.841.08-
YUV23.14129.61140.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 50%
GREEN value IS 14 (5.86% from 255) = 17.5%
BLUE value IS 26 (10.55% from 255) = 32.5%
R=50%
G=17.5%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40142600.650.350.84332.3148.1510.59
Hex28E1A041235414c30b
Octal5016320101431245146013
Binary1010001110110100100000110001110101001010011001100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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