#28121C

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

Shades of Blackberry #28121C

Tints of Blackberry #28121C

Color information

#28121C (or 0x28121C) is unknown color: approx Blackberry. HEX triplet: 28, 12 and 1C. RGB value is (40,18,28). Sum of RGB (Red+Green+Blue) = 40+18+28=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 40 - color contains mainly: red. Hex color #28121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28121C is #D7EDE3. Grayscale: #191919. Windows color (decimal): -14151140 or 1839656. OLE color: 1839656.

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

Color convert

RGB401828-
CMYK00.550.300.84
HSL332.73º37.93%11.37%-
HSV(B)332.73º55%15.69%-
XYZ1.30.971.22-
YUV25.72129.29138.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 46.51%
GREEN value IS 18 (7.42% from 255) = 20.93%
BLUE value IS 28 (11.33% from 255) = 32.56%
R=46.51%
G=20.93%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40182800.550.300.84332.7337.9311.37
Hex28121C0371E5414d26b
Octal502234067361245154613
Binary101000100101110001101111111010101001010011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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