#28021C

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

Shades of Blackberry #28021C

Tints of Blackberry #28021C

Color information

#28021C (or 0x28021C) is unknown color: approx Blackberry. HEX triplet: 28, 02 and 1C. RGB value is (40,2,28). Sum of RGB (Red+Green+Blue) = 40+2+28=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #28021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28021C is #D7FDE3. Grayscale: #101010. Windows color (decimal): -14155236 or 1835560. OLE color: 1835560.

HSL color Cylindrical-coordinate representation of color #28021C: hue angle of 318.95º 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 #28021C is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.84.

Color convert

RGB40228-
CMYK00.950.300.84
HSL318.95º90.48%8.24%-
HSV(B)318.95º95%15.69%-
XYZ1.110.581.15-
YUV16.33134.59144.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.14%
GREEN value IS 2 (1.17% from 255) = 2.86%
BLUE value IS 28 (11.33% from 255) = 40%
R=57.14%
G=2.86%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4022800.950.300.84318.9590.488.24
Hex2821C05F1E5413f5a8
Octal5023401373612447713210
Binary10100010111000101111111110101010010011111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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