#2B041B

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

Shades of Blackberry #2B041B

Tints of Blackberry #2B041B

Color information

#2B041B (or 0x2B041B) is unknown color: approx Blackberry. HEX triplet: 2B, 04 and 1B. RGB value is (43,4,27). Sum of RGB (Red+Green+Blue) = 43+4+27=74 (9% of max value = 765). Red value is 43 (17.19% from 255 or 58.11% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 43 - color contains mainly: red. Hex color #2B041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B041B is #D4FBE4. Grayscale: #121212. Windows color (decimal): -13958117 or 1770539. OLE color: 1770539.

HSL color Cylindrical-coordinate representation of color #2B041B: hue angle of 324.62º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B041B is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.83.

Color convert

RGB43427-
CMYK00.910.370.83
HSL324.62º82.98%9.22%-
HSV(B)324.62º90.7%16.86%-
XYZ1.240.681.1-
YUV18.28132.92145.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 58.11%
GREEN value IS 4 (1.95% from 255) = 5.41%
BLUE value IS 27 (10.94% from 255) = 36.49%
R=58.11%
G=5.41%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.37
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4342700.910.370.83324.6282.989.22
Hex2B41B05B2553145539
Octal5343301334512350512311
Binary1010111001101101011011100101101001110100010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,4,27); }

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

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

 a { background-color: rgb(43,4,27); }

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

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

 span { border-color: rgb(43,4,27); }

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