#28121D

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

Shades of Blackberry #28121D

Tints of Blackberry #28121D

Color information

#28121D (or 0x28121D) is unknown color: approx Blackberry. HEX triplet: 28, 12 and 1D. RGB value is (40,18,29). Sum of RGB (Red+Green+Blue) = 40+18+29=87 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.98% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 40 - color contains mainly: red. Hex color #28121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28121D is #D7EDE2. Grayscale: #191919. Windows color (decimal): -14151139 or 1905192. OLE color: 1905192.

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

Color convert

RGB401829-
CMYK00.550.280.84
HSL330º37.93%11.37%-
HSV(B)330º55%15.69%-
XYZ1.310.971.28-
YUV25.83129.79138.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 45.98%
GREEN value IS 18 (7.42% from 255) = 20.69%
BLUE value IS 29 (11.72% from 255) = 33.33%
R=45.98%
G=20.69%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40182900.550.280.8433037.9311.37
Hex28121D0371C5414a26b
Octal502235067341245124613
Binary101000100101110101101111110010101001010010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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