#28131E

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

Shades of Blackberry #28131E

Tints of Blackberry #28131E

Color information

#28131E (or 0x28131E) is unknown color: approx Blackberry. HEX triplet: 28, 13 and 1E. RGB value is (40,19,30). Sum of RGB (Red+Green+Blue) = 40+19+30=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 40 - color contains mainly: red. Hex color #28131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28131E is #D7ECE1. Grayscale: #1A1A1A. Windows color (decimal): -14150882 or 1970984. OLE color: 1970984.

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

Color convert

RGB401930-
CMYK00.520.250.84
HSL328.57º35.59%11.57%-
HSV(B)328.57º52.5%15.69%-
XYZ1.341.011.35-
YUV26.53129.96137.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.94%
GREEN value IS 19 (7.81% from 255) = 21.35%
BLUE value IS 30 (12.11% from 255) = 33.71%
R=44.94%
G=21.35%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40193000.520.250.84328.5735.5911.57
Hex28131E034195414924c
Octal502336064311245114414
Binary101000100111111001101001100110101001010010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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