#28011B

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

Shades of Blackberry #28011B

Tints of Blackberry #28011B

Color information

#28011B (or 0x28011B) is unknown color: approx Blackberry. HEX triplet: 28, 01 and 1B. RGB value is (40,1,27). Sum of RGB (Red+Green+Blue) = 40+1+27=68 (9% of max value = 765). Red value is 40 (16.02% from 255 or 58.82% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 40 - color contains mainly: red. Hex color #28011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28011B is #D7FEE4. Grayscale: #0F0F0F. Windows color (decimal): -14155493 or 1769768. OLE color: 1769768.

HSL color Cylindrical-coordinate representation of color #28011B: hue angle of 320º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28011B is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.84.

Color convert

RGB40127-
CMYK00.980.330.84
HSL320º95.12%8.04%-
HSV(B)320º97.5%15.69%-
XYZ1.080.551.09-
YUV15.62134.42145.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 58.82%
GREEN value IS 1 (0.78% from 255) = 1.47%
BLUE value IS 27 (10.94% from 255) = 39.71%
R=58.82%
G=1.47%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4012700.980.330.8432095.128.04
Hex2811B06221541405f8
Octal5013301424112450013710
Binary10100011101101100010100001101010010100000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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