#28071C

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

Shades of Blackberry #28071C

Tints of Blackberry #28071C

Color information

#28071C (or 0x28071C) is unknown color: approx Blackberry. HEX triplet: 28, 07 and 1C. RGB value is (40,7,28). Sum of RGB (Red+Green+Blue) = 40+7+28=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #28071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28071C is #D7F8E3. Grayscale: #131313. Windows color (decimal): -14153956 or 1836840. OLE color: 1836840.

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

Color convert

RGB40728-
CMYK00.830.300.84
HSL321.82º70.21%9.22%-
HSV(B)321.82º82.5%15.69%-
XYZ1.160.691.17-
YUV19.26132.93142.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 53.33%
GREEN value IS 7 (3.12% from 255) = 9.33%
BLUE value IS 28 (11.33% from 255) = 37.33%
R=53.33%
G=9.33%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.30
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4072800.830.300.84321.8270.219.22
Hex2871C0531E54142469
Octal5073401233612450210611
Binary101000111111000101001111110101010010100001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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