#2B111E

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

Shades of Blackberry #2B111E

Tints of Blackberry #2B111E

Color information

#2B111E (or 0x2B111E) is unknown color: approx Blackberry. HEX triplet: 2B, 11 and 1E. RGB value is (43,17,30). Sum of RGB (Red+Green+Blue) = 43+17+30=90 (11% of max value = 765). Red value is 43 (17.19% from 255 or 47.78% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 43 - color contains mainly: red. Hex color #2B111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B111E is #D4EEE1. Grayscale: #1A1A1A. Windows color (decimal): -13954786 or 1970475. OLE color: 1970475.

HSL color Cylindrical-coordinate representation of color #2B111E: hue angle of 330º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B111E is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.83.

Color convert

RGB431730-
CMYK00.600.300.83
HSL330º43.33%11.76%-
HSV(B)330º60.47%16.86%-
XYZ1.431.011.35-
YUV26.26130.11139.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 47.78%
GREEN value IS 17 (7.03% from 255) = 18.89%
BLUE value IS 30 (12.11% from 255) = 33.33%
R=47.78%
G=18.89%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43173000.600.300.8333043.3311.76
Hex2B111E03C1E5314a2bc
Octal532136074361235125314
Binary101011100011111001111001111010100111010010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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