#28001F

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

Shades of Blackberry #28001F

Tints of Blackberry #28001F

Color information

#28001F (or 0x28001F) is unknown color: approx Blackberry. HEX triplet: 28, 00 and 1F. RGB value is (40,0,31). Sum of RGB (Red+Green+Blue) = 40+0+31=71 (9% of max value = 765). Red value is 40 (16.02% from 255 or 56.34% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 31 (12.5% from 255 or 43.66% from 71); Max value from RGB is 40 - color contains mainly: red. Hex color #28001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28001F is #D7FFE0. Grayscale: #0F0F0F. Windows color (decimal): -14155745 or 2031656. OLE color: 2031656.

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

Color convert

RGB40031-
CMYK010.220.84
HSL313.5º100%7.84%-
HSV(B)313.5º100%15.69%-
XYZ1.120.551.34-
YUV15.49136.75145.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 56.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 43.66%
R=56.34%
G=0%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40031010.220.84313.51007.84
Hex2801F064165413a648
Octal5003701442612447214410
Binary1010000111110110010010110101010010011101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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