#2B1121

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

Shades of Blackberry #2B1121

Tints of Blackberry #2B1121

Color information

#2B1121 (or 0x2B1121) is unknown color: approx Blackberry. HEX triplet: 2B, 11 and 21. RGB value is (43,17,33). Sum of RGB (Red+Green+Blue) = 43+17+33=93 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.24% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1121 is #D4EEDE. Grayscale: #1A1A1A. Windows color (decimal): -13954783 or 2167083. OLE color: 2167083.

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

Color convert

RGB431733-
CMYK00.600.230.83
HSL323.08º43.33%11.76%-
HSV(B)323.08º60.47%16.86%-
XYZ1.471.021.56-
YUV26.6131.61139.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 46.24%
GREEN value IS 17 (7.03% from 255) = 18.28%
BLUE value IS 33 (13.28% from 255) = 35.48%
R=46.24%
G=18.28%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43173300.600.230.83323.0843.3311.76
Hex2B112103C17531432bc
Octal532141074271235035314
Binary1010111000110000101111001011110100111010000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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