#2A091B

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

Shades of Blackberry #2A091B

Tints of Blackberry #2A091B

Color information

#2A091B (or 0x2A091B) is unknown color: approx Blackberry. HEX triplet: 2A, 09 and 1B. RGB value is (42,9,27). Sum of RGB (Red+Green+Blue) = 42+9+27=78 (10% of max value = 765). Red value is 42 (16.80% from 255 or 53.85% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 42 - color contains mainly: red. Hex color #2A091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A091B is #D5F6E4. Grayscale: #141414. Windows color (decimal): -14022373 or 1771818. OLE color: 1771818.

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

Color convert

RGB42927-
CMYK00.790.360.84
HSL327.27º64.71%10%-
HSV(B)327.27º78.57%16.47%-
XYZ1.250.771.12-
YUV20.92131.43143.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 53.85%
GREEN value IS 9 (3.91% from 255) = 11.54%
BLUE value IS 27 (10.94% from 255) = 34.62%
R=53.85%
G=11.54%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.36
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4292700.790.360.84327.2764.7110
Hex2A91B04F245414741a
Octal52113301174412450710112
Binary10101010011101101001111100100101010010100011110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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