#2B111D

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

Shades of Blackberry #2B111D

Tints of Blackberry #2B111D

Color information

#2B111D (or 0x2B111D) is unknown color: approx Blackberry. HEX triplet: 2B, 11 and 1D. RGB value is (43,17,29). Sum of RGB (Red+Green+Blue) = 43+17+29=89 (11% of max value = 765). Red value is 43 (17.19% from 255 or 48.31% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 43 - color contains mainly: red. Hex color #2B111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B111D is #D4EEE2. Grayscale: #1A1A1A. Windows color (decimal): -13954787 or 1904939. OLE color: 1904939.

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

Color convert

RGB431729-
CMYK00.600.330.83
HSL332.31º43.33%11.76%-
HSV(B)332.31º60.47%16.86%-
XYZ1.4211.28-
YUV26.14129.61140.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 48.31%
GREEN value IS 17 (7.03% from 255) = 19.10%
BLUE value IS 29 (11.72% from 255) = 32.58%
R=48.31%
G=19.10%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43172900.600.330.83332.3143.3311.76
Hex2B111D03C215314c2bc
Octal532135074411235145314
Binary1010111000111101011110010000110100111010011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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