#2A051B

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

Shades of Blackberry #2A051B

Tints of Blackberry #2A051B

Color information

#2A051B (or 0x2A051B) is unknown color: approx Blackberry. HEX triplet: 2A, 05 and 1B. RGB value is (42,5,27). Sum of RGB (Red+Green+Blue) = 42+5+27=74 (9% of max value = 765). Red value is 42 (16.80% from 255 or 56.76% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 42 - color contains mainly: red. Hex color #2A051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A051B is #D5FAE4. Grayscale: #121212. Windows color (decimal): -14023397 or 1770794. OLE color: 1770794.

HSL color Cylindrical-coordinate representation of color #2A051B: hue angle of 324.32º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A051B is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.84.

Color convert

RGB42527-
CMYK00.880.360.84
HSL324.32º78.72%9.22%-
HSV(B)324.32º88.1%16.47%-
XYZ1.210.681.1-
YUV18.57132.76144.71-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 56.76%
GREEN value IS 5 (2.34% from 255) = 6.76%
BLUE value IS 27 (10.94% from 255) = 36.49%
R=56.76%
G=6.76%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.36
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4252700.880.360.84324.3278.729.22
Hex2A51B05824541444f9
Octal5253301304412450411711
Binary1010101011101101011000100100101010010100010010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A051B; }

 p { color: rgb(42,5,27); }

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

<style>
 a { background-color: #2A051B; }

 a { background-color: rgb(42,5,27); }

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

<style>
 span { border-color: #2A051B; }

 span { border-color: rgb(42,5,27); }

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