#280E1C

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

Shades of Blackberry #280E1C

Tints of Blackberry #280E1C

Color information

#280E1C (or 0x280E1C) is unknown color: approx Blackberry. HEX triplet: 28, 0E and 1C. RGB value is (40,14,28). Sum of RGB (Red+Green+Blue) = 40+14+28=82 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.78% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 40 - color contains mainly: red. Hex color #280E1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280E1C is #D7F1E3. Grayscale: #171717. Windows color (decimal): -14152164 or 1838632. OLE color: 1838632.

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

Color convert

RGB401428-
CMYK00.650.300.84
HSL327.69º48.15%10.59%-
HSV(B)327.69º65%15.69%-
XYZ1.240.851.2-
YUV23.37130.61139.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 48.78%
GREEN value IS 14 (5.86% from 255) = 17.07%
BLUE value IS 28 (11.33% from 255) = 34.15%
R=48.78%
G=17.07%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40142800.650.300.84327.6948.1510.59
Hex28E1C0411E5414830b
Octal5016340101361245106013
Binary101000111011100010000011111010101001010010001100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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