#28041B

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

Shades of Blackberry #28041B

Tints of Blackberry #28041B

Color information

#28041B (or 0x28041B) is unknown color: approx Blackberry. HEX triplet: 28, 04 and 1B. RGB value is (40,4,27). Sum of RGB (Red+Green+Blue) = 40+4+27=71 (9% of max value = 765). Red value is 40 (16.02% from 255 or 56.34% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 40 - color contains mainly: red. Hex color #28041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28041B is #D7FBE4. Grayscale: #111111. Windows color (decimal): -14154725 or 1770536. OLE color: 1770536.

HSL color Cylindrical-coordinate representation of color #28041B: hue angle of 321.67º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28041B is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.84.

Color convert

RGB40427-
CMYK00.900.330.84
HSL321.67º81.82%8.63%-
HSV(B)321.67º90%15.69%-
XYZ1.120.621.1-
YUV17.39133.43144.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 56.34%
GREEN value IS 4 (1.95% from 255) = 5.63%
BLUE value IS 27 (10.94% from 255) = 38.03%
R=56.34%
G=5.63%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4042700.900.330.84321.6781.828.63
Hex2841B05A2154142529
Octal5043301324112450212211
Binary1010001001101101011010100001101010010100001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28041B; }

 p { color: rgb(40,4,27); }

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

<style>
 a { background-color: #28041B; }

 a { background-color: rgb(40,4,27); }

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

<style>
 span { border-color: #28041B; }

 span { border-color: rgb(40,4,27); }

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