#28071A

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

Shades of Blackberry #28071A

Tints of Blackberry #28071A

Color information

#28071A (or 0x28071A) is unknown color: approx Blackberry. HEX triplet: 28, 07 and 1A. RGB value is (40,7,26). Sum of RGB (Red+Green+Blue) = 40+7+26=73 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.79% from 73); Green value is 7 (3.12% from 255 or 9.59% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 40 - color contains mainly: red. Hex color #28071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28071A is #D7F8E5. Grayscale: #121212. Windows color (decimal): -14153958 or 1705768. OLE color: 1705768.

HSL color Cylindrical-coordinate representation of color #28071A: hue angle of 325.45º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28071A is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.84.

Color convert

RGB40726-
CMYK00.830.350.84
HSL325.45º70.21%9.22%-
HSV(B)325.45º82.5%15.69%-
XYZ1.140.681.05-
YUV19.03131.93142.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 54.79%
GREEN value IS 7 (3.12% from 255) = 9.59%
BLUE value IS 26 (10.55% from 255) = 35.62%
R=54.79%
G=9.59%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4072600.830.350.84325.4570.219.22
Hex2871A0532354145469
Octal5073201234312450510611
Binary1010001111101001010011100011101010010100010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28071A; }

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

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

<style>
 a { background-color: #28071A; }

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

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

<style>
 span { border-color: #28071A; }

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

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