#280D1A

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

Shades of Blackberry #280D1A

Tints of Blackberry #280D1A

Color information

#280D1A (or 0x280D1A) is unknown color: approx Blackberry. HEX triplet: 28, 0D and 1A. RGB value is (40,13,26). Sum of RGB (Red+Green+Blue) = 40+13+26=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 13 (5.47% from 255 or 16.46% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #280D1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280D1A is #D7F2E5. Grayscale: #161616. Windows color (decimal): -14152422 or 1707304. OLE color: 1707304.

HSL color Cylindrical-coordinate representation of color #280D1A: hue angle of 331.11º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #280D1A is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.84.

Color convert

RGB401326-
CMYK00.670.350.84
HSL331.11º50.94%10.39%-
HSV(B)331.11º67.5%15.69%-
XYZ1.210.811.07-
YUV22.55129.95140.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 50.63%
GREEN value IS 13 (5.47% from 255) = 16.46%
BLUE value IS 26 (10.55% from 255) = 32.91%
R=50.63%
G=16.46%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40132600.670.350.84331.1150.9410.39
Hex28D1A043235414b33a
Octal5015320103431245136312
Binary1010001101110100100001110001110101001010010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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