#28121E

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

Shades of Blackberry #28121E

Tints of Blackberry #28121E

Color information

#28121E (or 0x28121E) is unknown color: approx Blackberry. HEX triplet: 28, 12 and 1E. RGB value is (40,18,30). Sum of RGB (Red+Green+Blue) = 40+18+30=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 40 - color contains mainly: red. Hex color #28121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28121E is #D7EDE1. Grayscale: #191919. Windows color (decimal): -14151138 or 1970728. OLE color: 1970728.

HSL color Cylindrical-coordinate representation of color #28121E: hue angle of 327.27º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #28121E is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB401830-
CMYK00.550.250.84
HSL327.27º37.93%11.37%-
HSV(B)327.27º55%15.69%-
XYZ1.330.981.35-
YUV25.95130.29138.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 45.45%
GREEN value IS 18 (7.42% from 255) = 20.45%
BLUE value IS 30 (12.11% from 255) = 34.09%
R=45.45%
G=20.45%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40183000.550.250.84327.2737.9311.37
Hex28121E037195414726b
Octal502236067311245074613
Binary101000100101111001101111100110101001010001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28121E; }

 p { color: rgb(40,18,30); }

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

<style>
 a { background-color: #28121E; }

 a { background-color: rgb(40,18,30); }

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

<style>
 span { border-color: #28121E; }

 span { border-color: rgb(40,18,30); }

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