#28171F

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

Shades of Blackberry #28171F

Tints of Blackberry #28171F

Color information

#28171F (or 0x28171F) is unknown color: approx Blackberry. HEX triplet: 28, 17 and 1F. RGB value is (40,23,31). Sum of RGB (Red+Green+Blue) = 40+23+31=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 40 - color contains mainly: red. Hex color #28171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28171F is #D7E8E0. Grayscale: #1C1C1C. Windows color (decimal): -14149857 or 2037544. OLE color: 2037544.

HSL color Cylindrical-coordinate representation of color #28171F: hue angle of 331.76º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #28171F is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB402331-
CMYK00.430.220.84
HSL331.76º26.98%12.35%-
HSV(B)331.76º42.5%15.69%-
XYZ1.431.161.45-
YUV28.99129.13135.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 42.55%
GREEN value IS 23 (9.38% from 255) = 24.47%
BLUE value IS 31 (12.5% from 255) = 32.98%
R=42.55%
G=24.47%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40233100.430.220.84331.7626.9812.35
Hex28171F02B165414c1bc
Octal502737053261245143314
Binary10100010111111110101011101101010100101001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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