#280F1A

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

Shades of Blackberry #280F1A

Tints of Blackberry #280F1A

Color information

#280F1A (or 0x280F1A) is unknown color: approx Blackberry. HEX triplet: 28, 0F and 1A. RGB value is (40,15,26). Sum of RGB (Red+Green+Blue) = 40+15+26=81 (10% of max value = 765). Red value is 40 (16.02% from 255 or 49.38% from 81); Green value is 15 (6.25% from 255 or 18.52% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 40 - color contains mainly: red. Hex color #280F1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280F1A is #D7F0E5. Grayscale: #171717. Windows color (decimal): -14151910 or 1707816. OLE color: 1707816.

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

Color convert

RGB401526-
CMYK00.620.350.84
HSL333.6º45.45%10.78%-
HSV(B)333.6º62.5%15.69%-
XYZ1.230.871.08-
YUV23.73129.28139.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 49.38%
GREEN value IS 15 (6.25% from 255) = 18.52%
BLUE value IS 26 (10.55% from 255) = 32.10%
R=49.38%
G=18.52%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40152600.620.350.84333.645.4510.78
Hex28F1A03E235414e2db
Octal501732076431245165513
Binary101000111111010011111010001110101001010011101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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