#28101D

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

Shades of Blackberry #28101D

Tints of Blackberry #28101D

Color information

#28101D (or 0x28101D) is unknown color: approx Blackberry. HEX triplet: 28, 10 and 1D. RGB value is (40,16,29). Sum of RGB (Red+Green+Blue) = 40+16+29=85 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.06% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 40 - color contains mainly: red. Hex color #28101D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28101D is #D7EFE2. Grayscale: #181818. Windows color (decimal): -14151651 or 1904680. OLE color: 1904680.

HSL color Cylindrical-coordinate representation of color #28101D: hue angle of 327.5º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #28101D is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.84.

Color convert

RGB401629-
CMYK00.600.280.84
HSL327.5º42.86%10.98%-
HSV(B)327.5º60%15.69%-
XYZ1.280.911.27-
YUV24.66130.45138.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 47.06%
GREEN value IS 16 (6.64% from 255) = 18.82%
BLUE value IS 29 (11.72% from 255) = 34.12%
R=47.06%
G=18.82%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40162900.600.280.84327.542.8610.98
Hex28101D03C1C541482bb
Octal502035074341245105313
Binary101000100001110101111001110010101001010010001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28101D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28101D; }

 p { color: rgb(40,16,29); }

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

<style>
 a { background-color: #28101D; }

 a { background-color: rgb(40,16,29); }

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

<style>
 span { border-color: #28101D; }

 span { border-color: rgb(40,16,29); }

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