#2B0821

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

Shades of Blackberry #2B0821

Tints of Blackberry #2B0821

Color information

#2B0821 (or 0x2B0821) is unknown color: approx Blackberry. HEX triplet: 2B, 08 and 21. RGB value is (43,8,33). Sum of RGB (Red+Green+Blue) = 43+8+33=84 (11% of max value = 765). Red value is 43 (17.19% from 255 or 51.19% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0821 is #D4F7DE. Grayscale: #151515. Windows color (decimal): -13957087 or 2164779. OLE color: 2164779.

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

Color convert

RGB43833-
CMYK00.810.230.83
HSL317.14º68.63%10%-
HSV(B)317.14º81.4%16.86%-
XYZ1.360.81.52-
YUV21.32134.6143.47-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 51.19%
GREEN value IS 8 (3.52% from 255) = 9.52%
BLUE value IS 33 (13.28% from 255) = 39.29%
R=51.19%
G=9.52%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.23
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4383300.810.230.83317.1468.6310
Hex2B821051175313d45a
Octal53104101212712347510512
Binary10101110001000010101000110111101001110011110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,8,33); }

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

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

 a { background-color: rgb(43,8,33); }

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

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

 span { border-color: rgb(43,8,33); }

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