#28061B

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

Shades of Blackberry #28061B

Tints of Blackberry #28061B

Color information

#28061B (or 0x28061B) is unknown color: approx Blackberry. HEX triplet: 28, 06 and 1B. RGB value is (40,6,27). Sum of RGB (Red+Green+Blue) = 40+6+27=73 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.79% from 73); Green value is 6 (2.73% from 255 or 8.22% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 40 - color contains mainly: red. Hex color #28061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28061B is #D7F9E4. Grayscale: #121212. Windows color (decimal): -14154213 or 1771048. OLE color: 1771048.

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

Color convert

RGB40627-
CMYK00.850.330.84
HSL322.94º73.91%9.02%-
HSV(B)322.94º85%15.69%-
XYZ1.140.661.1-
YUV18.56132.76143.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 54.79%
GREEN value IS 6 (2.73% from 255) = 8.22%
BLUE value IS 27 (10.94% from 255) = 36.99%
R=54.79%
G=8.22%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4062700.850.330.84322.9473.919.02
Hex2861B05521541434a9
Octal5063301254112450311211
Binary1010001101101101010101100001101010010100001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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