#28111D

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

Shades of Blackberry #28111D

Tints of Blackberry #28111D

Color information

#28111D (or 0x28111D) is unknown color: approx Blackberry. HEX triplet: 28, 11 and 1D. RGB value is (40,17,29). Sum of RGB (Red+Green+Blue) = 40+17+29=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 40 - color contains mainly: red. Hex color #28111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28111D is #D7EEE2. Grayscale: #191919. Windows color (decimal): -14151395 or 1904936. OLE color: 1904936.

HSL color Cylindrical-coordinate representation of color #28111D: hue angle of 328.7º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28111D is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.84.

Color convert

RGB401729-
CMYK00.570.280.84
HSL328.7º40.35%11.18%-
HSV(B)328.7º57.5%15.69%-
XYZ1.30.941.28-
YUV25.24130.12138.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 46.51%
GREEN value IS 17 (7.03% from 255) = 19.77%
BLUE value IS 29 (11.72% from 255) = 33.72%
R=46.51%
G=19.77%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40172900.570.280.84328.740.3511.18
Hex28111D0391C5414928b
Octal502135071341245115013
Binary101000100011110101110011110010101001010010011010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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