#2B091D

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

Shades of Blackberry #2B091D

Tints of Blackberry #2B091D

Color information

#2B091D (or 0x2B091D) is unknown color: approx Blackberry. HEX triplet: 2B, 09 and 1D. RGB value is (43,9,29). Sum of RGB (Red+Green+Blue) = 43+9+29=81 (10% of max value = 765). Red value is 43 (17.19% from 255 or 53.09% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 43 - color contains mainly: red. Hex color #2B091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B091D is #D4F6E2. Grayscale: #151515. Windows color (decimal): -13956835 or 1902891. OLE color: 1902891.

HSL color Cylindrical-coordinate representation of color #2B091D: hue angle of 324.71º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B091D is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.83.

Color convert

RGB43929-
CMYK00.790.330.83
HSL324.71º65.38%10.2%-
HSV(B)324.71º79.07%16.86%-
XYZ1.320.81.25-
YUV21.45132.26143.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 53.09%
GREEN value IS 9 (3.91% from 255) = 11.11%
BLUE value IS 29 (11.72% from 255) = 35.80%
R=53.09%
G=11.11%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4392900.790.330.83324.7165.3810.2
Hex2B91D04F215314541a
Octal53113501174112350510112
Binary10101110011110101001111100001101001110100010110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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