#28141F

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

Shades of Blackberry #28141F

Tints of Blackberry #28141F

Color information

#28141F (or 0x28141F) is unknown color: approx Blackberry. HEX triplet: 28, 14 and 1F. RGB value is (40,20,31). Sum of RGB (Red+Green+Blue) = 40+20+31=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 40 - color contains mainly: red. Hex color #28141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28141F is #D7EBE0. Grayscale: #1B1B1B. Windows color (decimal): -14150625 or 2036776. OLE color: 2036776.

HSL color Cylindrical-coordinate representation of color #28141F: hue angle of 327º 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 #28141F is Cyan = 0, Magento = 0.5, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB402031-
CMYK00.50.220.84
HSL327º33.33%11.76%-
HSV(B)327º50%15.69%-
XYZ1.371.051.43-
YUV27.23130.13137.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.96%
GREEN value IS 20 (8.20% from 255) = 21.98%
BLUE value IS 31 (12.5% from 255) = 34.07%
R=43.96%
G=21.98%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40203100.50.220.8432733.3311.76
Hex28141F032165414721c
Octal502437062261245074114
Binary101000101001111101100101011010101001010001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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