#2B0215

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

Shades of Blackberry #2B0215

Tints of Blackberry #2B0215

Color information

#2B0215 (or 0x2B0215) is unknown color: approx Blackberry. HEX triplet: 2B, 02 and 15. RGB value is (43,2,21). Sum of RGB (Red+Green+Blue) = 43+2+21=66 (8% of max value = 765). Red value is 43 (17.19% from 255 or 65.15% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 21 (8.59% from 255 or 31.82% from 66); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0215 is #D4FDEA. Grayscale: #101010. Windows color (decimal): -13958635 or 1376811. OLE color: 1376811.

HSL color Cylindrical-coordinate representation of color #2B0215: hue angle of 332.2º 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 #2B0215 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.83.

Color convert

RGB43221-
CMYK00.950.510.83
HSL332.2º91.11%8.82%-
HSV(B)332.2º95.35%16.86%-
XYZ1.150.610.77-
YUV16.42130.58146.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 65.15%
GREEN value IS 2 (1.17% from 255) = 3.03%
BLUE value IS 21 (8.59% from 255) = 31.82%
R=65.15%
G=3.03%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.51
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4322100.950.510.83332.291.118.82
Hex2B21505F335314c5b9
Octal5322501376312351413311
Binary101011101010101011111110011101001110100110010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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