#28041E

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

Shades of Blackberry #28041E

Tints of Blackberry #28041E

Color information

#28041E (or 0x28041E) is unknown color: approx Blackberry. HEX triplet: 28, 04 and 1E. RGB value is (40,4,30). Sum of RGB (Red+Green+Blue) = 40+4+30=74 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.05% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 40 - color contains mainly: red. Hex color #28041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28041E is #D7FBE1. Grayscale: #111111. Windows color (decimal): -14154722 or 1967144. OLE color: 1967144.

HSL color Cylindrical-coordinate representation of color #28041E: hue angle of 316.67º 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 #28041E is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB40430-
CMYK00.900.250.84
HSL316.67º81.82%8.63%-
HSV(B)316.67º90%15.69%-
XYZ1.150.631.29-
YUV17.73134.93143.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 54.05%
GREEN value IS 4 (1.95% from 255) = 5.41%
BLUE value IS 30 (12.11% from 255) = 40.54%
R=54.05%
G=5.41%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4043000.900.250.84316.6781.828.63
Hex2841E05A195413d529
Octal5043601323112447512211
Binary101000100111100101101011001101010010011110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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