#2A091A

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

Shades of Blackberry #2A091A

Tints of Blackberry #2A091A

Color information

#2A091A (or 0x2A091A) is unknown color: approx Blackberry. HEX triplet: 2A, 09 and 1A. RGB value is (42,9,26). Sum of RGB (Red+Green+Blue) = 42+9+26=77 (10% of max value = 765). Red value is 42 (16.80% from 255 or 54.55% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 42 - color contains mainly: red. Hex color #2A091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A091A is #D5F6E5. Grayscale: #141414. Windows color (decimal): -14022374 or 1706282. OLE color: 1706282.

HSL color Cylindrical-coordinate representation of color #2A091A: hue angle of 329.09º 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 #2A091A is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.84.

Color convert

RGB42926-
CMYK00.790.380.84
HSL329.09º64.71%10%-
HSV(B)329.09º78.57%16.47%-
XYZ1.240.761.06-
YUV20.8130.93143.12-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 54.55%
GREEN value IS 9 (3.91% from 255) = 11.69%
BLUE value IS 26 (10.55% from 255) = 33.77%
R=54.55%
G=11.69%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.38
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4292600.790.380.84329.0964.7110
Hex2A91A04F265414941a
Octal52113201174612451110112
Binary10101010011101001001111100110101010010100100110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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