#28091A

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

Shades of Blackberry #28091A

Tints of Blackberry #28091A

Color information

#28091A (or 0x28091A) is unknown color: approx Blackberry. HEX triplet: 28, 09 and 1A. RGB value is (40,9,26). Sum of RGB (Red+Green+Blue) = 40+9+26=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 9 (3.91% from 255 or 12% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #28091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28091A is #D7F6E5. Grayscale: #141414. Windows color (decimal): -14153446 or 1706280. OLE color: 1706280.

HSL color Cylindrical-coordinate representation of color #28091A: hue angle of 327.1º 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 #28091A is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.84.

Color convert

RGB40926-
CMYK00.780.350.84
HSL327.1º63.27%9.61%-
HSV(B)327.1º77.5%15.69%-
XYZ1.160.721.06-
YUV20.21131.27142.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 53.33%
GREEN value IS 9 (3.91% from 255) = 12%
BLUE value IS 26 (10.55% from 255) = 34.67%
R=53.33%
G=12%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4092600.780.350.84327.163.279.61
Hex2891A04E23541473fa
Octal5011320116431245077712
Binary1010001001110100100111010001110101001010001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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