#28081E

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

Shades of Blackberry #28081E

Tints of Blackberry #28081E

Color information

#28081E (or 0x28081E) is unknown color: approx Blackberry. HEX triplet: 28, 08 and 1E. RGB value is (40,8,30). Sum of RGB (Red+Green+Blue) = 40+8+30=78 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.28% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 40 - color contains mainly: red. Hex color #28081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28081E is #D7F7E1. Grayscale: #141414. Windows color (decimal): -14153698 or 1968168. OLE color: 1968168.

HSL color Cylindrical-coordinate representation of color #28081E: hue angle of 318.75º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28081E is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB40830-
CMYK00.800.250.84
HSL318.75º66.67%9.41%-
HSV(B)318.75º80%15.69%-
XYZ1.20.721.3-
YUV20.08133.6142.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.28%
GREEN value IS 8 (3.52% from 255) = 10.26%
BLUE value IS 30 (12.11% from 255) = 38.46%
R=51.28%
G=10.26%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4083000.800.250.84318.7566.679.41
Hex2881E050195413f439
Octal50103601203112447710311
Binary1010001000111100101000011001101010010011111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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