#2A111D

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

Shades of Blackberry #2A111D

Tints of Blackberry #2A111D

Color information

#2A111D (or 0x2A111D) is unknown color: approx Blackberry. HEX triplet: 2A, 11 and 1D. RGB value is (42,17,29). Sum of RGB (Red+Green+Blue) = 42+17+29=88 (11% of max value = 765). Red value is 42 (16.80% from 255 or 47.73% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 42 - color contains mainly: red. Hex color #2A111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A111D is #D5EEE2. Grayscale: #191919. Windows color (decimal): -14020323 or 1904938. OLE color: 1904938.

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

Color convert

RGB421729-
CMYK00.600.310.84
HSL331.2º42.37%11.57%-
HSV(B)331.2º59.52%16.47%-
XYZ1.380.981.28-
YUV25.84129.78139.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 47.73%
GREEN value IS 17 (7.03% from 255) = 19.32%
BLUE value IS 29 (11.72% from 255) = 32.95%
R=47.73%
G=19.32%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42172900.600.310.84331.242.3711.57
Hex2A111D03C1F5414b2ac
Octal522135074371245135214
Binary101010100011110101111001111110101001010010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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