#2A1520

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

Shades of Blackberry #2A1520

Tints of Blackberry #2A1520

Color information

#2A1520 (or 0x2A1520) is unknown color: approx Blackberry. HEX triplet: 2A, 15 and 20. RGB value is (42,21,32). Sum of RGB (Red+Green+Blue) = 42+21+32=95 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.21% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1520 is #D5EADF. Grayscale: #1C1C1C. Windows color (decimal): -14019296 or 2102570. OLE color: 2102570.

HSL color Cylindrical-coordinate representation of color #2A1520: hue angle of 328.57º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A1520 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB422132-
CMYK00.500.240.84
HSL328.57º33.33%12.35%-
HSV(B)328.57º50%16.47%-
XYZ1.481.131.51-
YUV28.53129.96137.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 44.21%
GREEN value IS 21 (8.59% from 255) = 22.11%
BLUE value IS 32 (12.89% from 255) = 33.68%
R=44.21%
G=22.11%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42213200.500.240.84328.5733.3312.35
Hex2A1520032185414921c
Octal522540062301245114114
Binary1010101010110000001100101100010101001010010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,21,32); }

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

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

 a { background-color: rgb(42,21,32); }

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

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

 span { border-color: rgb(42,21,32); }

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