#28021F

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

Shades of Blackberry #28021F

Tints of Blackberry #28021F

Color information

#28021F (or 0x28021F) is unknown color: approx Blackberry. HEX triplet: 28, 02 and 1F. RGB value is (40,2,31). Sum of RGB (Red+Green+Blue) = 40+2+31=73 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.79% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 40 - color contains mainly: red. Hex color #28021F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28021F is #D7FDE0. Grayscale: #101010. Windows color (decimal): -14155233 or 2032168. OLE color: 2032168.

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

Color convert

RGB40231-
CMYK00.950.220.84
HSL314.21º90.48%8.24%-
HSV(B)314.21º95%15.69%-
XYZ1.140.591.35-
YUV16.67136.09144.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 54.79%
GREEN value IS 2 (1.17% from 255) = 2.74%
BLUE value IS 31 (12.5% from 255) = 42.47%
R=54.79%
G=2.74%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4023100.950.220.84314.2190.488.24
Hex2821F05F165413a5a8
Octal5023701372612447213210
Binary10100010111110101111110110101010010011101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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