#28031B

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

Shades of Blackberry #28031B

Tints of Blackberry #28031B

Color information

#28031B (or 0x28031B) is unknown color: approx Blackberry. HEX triplet: 28, 03 and 1B. RGB value is (40,3,27). Sum of RGB (Red+Green+Blue) = 40+3+27=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #28031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28031B is #D7FCE4. Grayscale: #101010. Windows color (decimal): -14154981 or 1770280. OLE color: 1770280.

HSL color Cylindrical-coordinate representation of color #28031B: hue angle of 321.08º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28031B is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.84.

Color convert

RGB40327-
CMYK00.930.330.84
HSL321.08º86.05%8.43%-
HSV(B)321.08º92.5%15.69%-
XYZ1.110.61.09-
YUV16.8133.76144.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.14%
GREEN value IS 3 (1.56% from 255) = 4.29%
BLUE value IS 27 (10.94% from 255) = 38.57%
R=57.14%
G=4.29%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4032700.930.330.84321.0886.058.43
Hex2831B05D2154141568
Octal5033301354112450112610
Binary101000111101101011101100001101010010100000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28031B; }

 p { color: rgb(40,3,27); }

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

<style>
 a { background-color: #28031B; }

 a { background-color: rgb(40,3,27); }

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

<style>
 span { border-color: #28031B; }

 span { border-color: rgb(40,3,27); }

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