#28021A

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

Shades of Blackberry #28021A

Tints of Blackberry #28021A

Color information

#28021A (or 0x28021A) is unknown color: approx Blackberry. HEX triplet: 28, 02 and 1A. RGB value is (40,2,26). Sum of RGB (Red+Green+Blue) = 40+2+26=68 (9% of max value = 765). Red value is 40 (16.02% from 255 or 58.82% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 40 - color contains mainly: red. Hex color #28021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28021A is #D7FDE5. Grayscale: #101010. Windows color (decimal): -14155238 or 1704488. OLE color: 1704488.

HSL color Cylindrical-coordinate representation of color #28021A: hue angle of 322.11º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28021A is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.84.

Color convert

RGB40226-
CMYK00.950.350.84
HSL322.11º90.48%8.24%-
HSV(B)322.11º95%15.69%-
XYZ1.080.571.03-
YUV16.1133.59145.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 58.82%
GREEN value IS 2 (1.17% from 255) = 2.94%
BLUE value IS 26 (10.55% from 255) = 38.24%
R=58.82%
G=2.94%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.35
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4022600.950.350.84322.1190.488.24
Hex2821A05F23541425a8
Octal5023201374312450213210
Binary101000101101001011111100011101010010100001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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