#280E1D

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

Shades of Blackberry #280E1D

Tints of Blackberry #280E1D

Color information

#280E1D (or 0x280E1D) is unknown color: approx Blackberry. HEX triplet: 28, 0E and 1D. RGB value is (40,14,29). Sum of RGB (Red+Green+Blue) = 40+14+29=83 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.19% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 40 - color contains mainly: red. Hex color #280E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280E1D is #D7F1E2. Grayscale: #171717. Windows color (decimal): -14152163 or 1904168. OLE color: 1904168.

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

Color convert

RGB401429-
CMYK00.650.280.84
HSL325.38º48.15%10.59%-
HSV(B)325.38º65%15.69%-
XYZ1.250.851.26-
YUV23.48131.11139.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 48.19%
GREEN value IS 14 (5.86% from 255) = 16.87%
BLUE value IS 29 (11.72% from 255) = 34.94%
R=48.19%
G=16.87%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40142900.650.280.84325.3848.1510.59
Hex28E1D0411C5414530b
Octal5016350101341245056013
Binary101000111011101010000011110010101001010001011100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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