#28091D

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

Shades of Blackberry #28091D

Tints of Blackberry #28091D

Color information

#28091D (or 0x28091D) is unknown color: approx Blackberry. HEX triplet: 28, 09 and 1D. RGB value is (40,9,29). Sum of RGB (Red+Green+Blue) = 40+9+29=78 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.28% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 40 - color contains mainly: red. Hex color #28091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28091D is #D7F6E2. Grayscale: #141414. Windows color (decimal): -14153443 or 1902888. OLE color: 1902888.

HSL color Cylindrical-coordinate representation of color #28091D: hue angle of 321.29º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28091D is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.84.

Color convert

RGB40929-
CMYK00.780.280.84
HSL321.29º63.27%9.61%-
HSV(B)321.29º77.5%15.69%-
XYZ1.190.741.24-
YUV20.55132.77141.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.28%
GREEN value IS 9 (3.91% from 255) = 11.54%
BLUE value IS 29 (11.72% from 255) = 37.18%
R=51.28%
G=11.54%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4092900.780.280.84321.2963.279.61
Hex2891D04E1C541413fa
Octal5011350116341245017712
Binary101000100111101010011101110010101001010000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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