#2A111C

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

Shades of Blackberry #2A111C

Tints of Blackberry #2A111C

Color information

#2A111C (or 0x2A111C) is unknown color: approx Blackberry. HEX triplet: 2A, 11 and 1C. RGB value is (42,17,28). Sum of RGB (Red+Green+Blue) = 42+17+28=87 (11% of max value = 765). Red value is 42 (16.80% from 255 or 48.28% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 42 - color contains mainly: red. Hex color #2A111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A111C is #D5EEE3. Grayscale: #191919. Windows color (decimal): -14020324 or 1839402. OLE color: 1839402.

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

Color convert

RGB421728-
CMYK00.600.330.84
HSL333.6º42.37%11.57%-
HSV(B)333.6º59.52%16.47%-
XYZ1.360.981.22-
YUV25.73129.28139.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 48.28%
GREEN value IS 17 (7.03% from 255) = 19.54%
BLUE value IS 28 (11.33% from 255) = 32.18%
R=48.28%
G=19.54%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42172800.600.330.84333.642.3711.57
Hex2A111C03C215414e2ac
Octal522134074411245165214
Binary1010101000111100011110010000110101001010011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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