#2B0116

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

Shades of Blackberry #2B0116

Tints of Blackberry #2B0116

Color information

#2B0116 (or 0x2B0116) is unknown color: approx Blackberry. HEX triplet: 2B, 01 and 16. RGB value is (43,1,22). Sum of RGB (Red+Green+Blue) = 43+1+22=66 (8% of max value = 765). Red value is 43 (17.19% from 255 or 65.15% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0116 is #D4FEE9. Grayscale: #0F0F0F. Windows color (decimal): -13958890 or 1442091. OLE color: 1442091.

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

Color convert

RGB43122-
CMYK00.980.490.83
HSL330º95.45%8.63%-
HSV(B)330º97.67%16.86%-
XYZ1.150.590.81-
YUV15.95131.41147.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 65.15%
GREEN value IS 1 (0.78% from 255) = 1.52%
BLUE value IS 22 (8.98% from 255) = 33.33%
R=65.15%
G=1.52%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4312200.980.490.8333095.458.63
Hex2B116062315314a5f9
Octal5312601426112351213711
Binary10101111011001100010110001101001110100101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,1,22); }

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

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

 a { background-color: rgb(43,1,22); }

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

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

 span { border-color: rgb(43,1,22); }

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