#2A121E

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

Shades of Blackberry #2A121E

Tints of Blackberry #2A121E

Color information

#2A121E (or 0x2A121E) is unknown color: approx Blackberry. HEX triplet: 2A, 12 and 1E. RGB value is (42,18,30). Sum of RGB (Red+Green+Blue) = 42+18+30=90 (11% of max value = 765). Red value is 42 (16.80% from 255 or 46.67% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 42 - color contains mainly: red. Hex color #2A121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A121E is #D5EDE1. Grayscale: #1A1A1A. Windows color (decimal): -14020066 or 1970730. OLE color: 1970730.

HSL color Cylindrical-coordinate representation of color #2A121E: hue angle of 330º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A121E is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB421830-
CMYK00.570.290.84
HSL330º40%11.76%-
HSV(B)330º57.14%16.47%-
XYZ1.411.021.35-
YUV26.54129.95139.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 46.67%
GREEN value IS 18 (7.42% from 255) = 20%
BLUE value IS 30 (12.11% from 255) = 33.33%
R=46.67%
G=20%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42183000.570.290.843304011.76
Hex2A121E0391D5414a28c
Octal522236071351245125014
Binary101010100101111001110011110110101001010010101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,18,30); }

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

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

 a { background-color: rgb(42,18,30); }

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

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

 span { border-color: rgb(42,18,30); }

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