#28121F

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

Shades of Blackberry #28121F

Tints of Blackberry #28121F

Color information

#28121F (or 0x28121F) is unknown color: approx Blackberry. HEX triplet: 28, 12 and 1F. RGB value is (40,18,31). Sum of RGB (Red+Green+Blue) = 40+18+31=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 40 - color contains mainly: red. Hex color #28121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28121F is #D7EDE0. Grayscale: #1A1A1A. Windows color (decimal): -14151137 or 2036264. OLE color: 2036264.

HSL color Cylindrical-coordinate representation of color #28121F: hue angle of 324.55º 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 #28121F is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB401831-
CMYK00.550.220.84
HSL324.55º37.93%11.37%-
HSV(B)324.55º55%15.69%-
XYZ1.340.981.42-
YUV26.06130.79137.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.94%
GREEN value IS 18 (7.42% from 255) = 20.22%
BLUE value IS 31 (12.5% from 255) = 34.83%
R=44.94%
G=20.22%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40183100.550.220.84324.5537.9311.37
Hex28121F037165414526b
Octal502237067261245054613
Binary101000100101111101101111011010101001010001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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