#28141E

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

Shades of Blackberry #28141E

Tints of Blackberry #28141E

Color information

#28141E (or 0x28141E) is unknown color: approx Blackberry. HEX triplet: 28, 14 and 1E. RGB value is (40,20,30). Sum of RGB (Red+Green+Blue) = 40+20+30=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #28141E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28141E is #D7EBE1. Grayscale: #1B1B1B. Windows color (decimal): -14150626 or 1971240. OLE color: 1971240.

HSL color Cylindrical-coordinate representation of color #28141E: hue angle of 330º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #28141E is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB402030-
CMYK00.50.250.84
HSL330º33.33%11.76%-
HSV(B)330º50%15.69%-
XYZ1.361.051.36-
YUV27.12129.63137.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.44%
GREEN value IS 20 (8.20% from 255) = 22.22%
BLUE value IS 30 (12.11% from 255) = 33.33%
R=44.44%
G=22.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40203000.50.250.8433033.3311.76
Hex28141E032195414a21c
Octal502436062311245124114
Binary101000101001111001100101100110101001010010101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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