#280B1C

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

Shades of Blackberry #280B1C

Tints of Blackberry #280B1C

Color information

#280B1C (or 0x280B1C) is unknown color: approx Blackberry. HEX triplet: 28, 0B and 1C. RGB value is (40,11,28). Sum of RGB (Red+Green+Blue) = 40+11+28=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #280B1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280B1C is #D7F4E3. Grayscale: #151515. Windows color (decimal): -14152932 or 1837864. OLE color: 1837864.

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

Color convert

RGB401128-
CMYK00.720.300.84
HSL324.83º56.86%10%-
HSV(B)324.83º72.5%15.69%-
XYZ1.20.771.18-
YUV21.61131.61141.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 50.63%
GREEN value IS 11 (4.69% from 255) = 13.92%
BLUE value IS 28 (11.33% from 255) = 35.44%
R=50.63%
G=13.92%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40112800.720.300.84324.8356.8610
Hex28B1C0481E5414539a
Octal5013340110361245057112
Binary101000101111100010010001111010101001010001011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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