#28041A

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

Shades of Blackberry #28041A

Tints of Blackberry #28041A

Color information

#28041A (or 0x28041A) is unknown color: approx Blackberry. HEX triplet: 28, 04 and 1A. RGB value is (40,4,26). Sum of RGB (Red+Green+Blue) = 40+4+26=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 4 (1.95% from 255 or 5.71% from 70); Blue value is 26 (10.55% from 255 or 37.14% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #28041A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28041A is #D7FBE5. Grayscale: #111111. Windows color (decimal): -14154726 or 1705000. OLE color: 1705000.

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

Color convert

RGB40426-
CMYK00.900.350.84
HSL323.33º81.82%8.63%-
HSV(B)323.33º90%15.69%-
XYZ1.10.611.04-
YUV17.27132.93144.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.14%
GREEN value IS 4 (1.95% from 255) = 5.71%
BLUE value IS 26 (10.55% from 255) = 37.14%
R=57.14%
G=5.71%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4042600.900.350.84323.3381.828.63
Hex2841A05A2354143529
Octal5043201324312450312211
Binary1010001001101001011010100011101010010100001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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