#2A111E

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

Shades of Blackberry #2A111E

Tints of Blackberry #2A111E

Color information

#2A111E (or 0x2A111E) is unknown color: approx Blackberry. HEX triplet: 2A, 11 and 1E. RGB value is (42,17,30). Sum of RGB (Red+Green+Blue) = 42+17+30=89 (11% of max value = 765). Red value is 42 (16.80% from 255 or 47.19% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 42 - color contains mainly: red. Hex color #2A111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A111E is #D5EEE1. Grayscale: #191919. Windows color (decimal): -14020322 or 1970474. OLE color: 1970474.

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

Color convert

RGB421730-
CMYK00.600.290.84
HSL328.8º42.37%11.57%-
HSV(B)328.8º59.52%16.47%-
XYZ1.390.991.35-
YUV25.96130.28139.44-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 47.19%
GREEN value IS 17 (7.03% from 255) = 19.10%
BLUE value IS 30 (12.11% from 255) = 33.71%
R=47.19%
G=19.10%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42173000.600.290.84328.842.3711.57
Hex2A111E03C1D541492ac
Octal522136074351245115214
Binary101010100011111001111001110110101001010010011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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