#2B061B

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

Shades of Blackberry #2B061B

Tints of Blackberry #2B061B

Color information

#2B061B (or 0x2B061B) is unknown color: approx Blackberry. HEX triplet: 2B, 06 and 1B. RGB value is (43,6,27). Sum of RGB (Red+Green+Blue) = 43+6+27=76 (10% of max value = 765). Red value is 43 (17.19% from 255 or 56.58% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 43 - color contains mainly: red. Hex color #2B061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B061B is #D4F9E4. Grayscale: #131313. Windows color (decimal): -13957605 or 1771051. OLE color: 1771051.

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

Color convert

RGB43627-
CMYK00.860.370.83
HSL325.95º75.51%9.61%-
HSV(B)325.95º86.05%16.86%-
XYZ1.260.721.11-
YUV19.46132.26144.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 56.58%
GREEN value IS 6 (2.73% from 255) = 7.89%
BLUE value IS 27 (10.94% from 255) = 35.53%
R=56.58%
G=7.89%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.37
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4362700.860.370.83325.9575.519.61
Hex2B61B05625531464ca
Octal5363301264512350611412
Binary1010111101101101010110100101101001110100011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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