#2B021A

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

Shades of Blackberry #2B021A

Tints of Blackberry #2B021A

Color information

#2B021A (or 0x2B021A) is unknown color: approx Blackberry. HEX triplet: 2B, 02 and 1A. RGB value is (43,2,26). Sum of RGB (Red+Green+Blue) = 43+2+26=71 (9% of max value = 765). Red value is 43 (17.19% from 255 or 60.56% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 43 - color contains mainly: red. Hex color #2B021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B021A is #D4FDE5. Grayscale: #101010. Windows color (decimal): -13958630 or 1704491. OLE color: 1704491.

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

Color convert

RGB43226-
CMYK00.950.400.83
HSL324.88º91.11%8.82%-
HSV(B)324.88º95.35%16.86%-
XYZ1.20.631.04-
YUV16.99133.08146.55-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 60.56%
GREEN value IS 2 (1.17% from 255) = 2.82%
BLUE value IS 26 (10.55% from 255) = 36.62%
R=60.56%
G=2.82%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.40
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4322600.950.400.83324.8891.118.82
Hex2B21A05F28531455b9
Octal5323201375012350513311
Binary101011101101001011111101000101001110100010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,2,26); }

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

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

 a { background-color: rgb(43,2,26); }

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

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

 span { border-color: rgb(43,2,26); }

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