#2B151F

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

Shades of Blackberry #2B151F

Tints of Blackberry #2B151F

Color information

#2B151F (or 0x2B151F) is unknown color: approx Blackberry. HEX triplet: 2B, 15 and 1F. RGB value is (43,21,31). Sum of RGB (Red+Green+Blue) = 43+21+31=95 (12% of max value = 765). Red value is 43 (17.19% from 255 or 45.26% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 43 - color contains mainly: red. Hex color #2B151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B151F is #D4EAE0. Grayscale: #1C1C1C. Windows color (decimal): -13953761 or 2037035. OLE color: 2037035.

HSL color Cylindrical-coordinate representation of color #2B151F: hue angle of 332.73º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B151F is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.83.

Color convert

RGB432131-
CMYK00.510.280.83
HSL332.73º34.38%12.55%-
HSV(B)332.73º51.16%16.86%-
XYZ1.511.151.44-
YUV28.72129.29138.19-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 45.26%
GREEN value IS 21 (8.59% from 255) = 22.11%
BLUE value IS 31 (12.5% from 255) = 32.63%
R=45.26%
G=22.11%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43213100.510.280.83332.7334.3812.55
Hex2B151F0331C5314d22d
Octal532537063341235154215
Binary101011101011111101100111110010100111010011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,21,31); }

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

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

 a { background-color: rgb(43,21,31); }

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

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

 span { border-color: rgb(43,21,31); }

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