#28151E

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

Shades of Blackberry #28151E

Tints of Blackberry #28151E

Color information

#28151E (or 0x28151E) is unknown color: approx Blackberry. HEX triplet: 28, 15 and 1E. RGB value is (40,21,30). Sum of RGB (Red+Green+Blue) = 40+21+30=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 40 - color contains mainly: red. Hex color #28151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28151E is #D7EAE1. Grayscale: #1B1B1B. Windows color (decimal): -14150370 or 1971496. OLE color: 1971496.

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

Color convert

RGB402130-
CMYK00.480.250.84
HSL331.58º31.15%11.96%-
HSV(B)331.58º47.5%15.69%-
XYZ1.381.081.36-
YUV27.71129.29136.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.96%
GREEN value IS 21 (8.59% from 255) = 23.08%
BLUE value IS 30 (12.11% from 255) = 32.97%
R=43.96%
G=23.08%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40213000.480.250.84331.5831.1511.96
Hex28151E030195414c1fc
Octal502536060311245143714
Binary10100010101111100110000110011010100101001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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