#2B011F

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

Shades of Blackberry #2B011F

Tints of Blackberry #2B011F

Color information

#2B011F (or 0x2B011F) is unknown color: approx Blackberry. HEX triplet: 2B, 01 and 1F. RGB value is (43,1,31). Sum of RGB (Red+Green+Blue) = 43+1+31=75 (9% of max value = 765). Red value is 43 (17.19% from 255 or 57.33% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 43 - color contains mainly: red. Hex color #2B011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B011F is #D4FEE0. Grayscale: #101010. Windows color (decimal): -13958881 or 2031915. OLE color: 2031915.

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

Color convert

RGB43131-
CMYK00.980.280.83
HSL317.14º95.45%8.63%-
HSV(B)317.14º97.67%16.86%-
XYZ1.250.631.35-
YUV16.98135.91146.56-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 57.33%
GREEN value IS 1 (0.78% from 255) = 1.33%
BLUE value IS 31 (12.5% from 255) = 41.33%
R=57.33%
G=1.33%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4313100.980.280.83317.1495.458.63
Hex2B11F0621C5313d5f9
Octal5313701423412347513711
Binary1010111111110110001011100101001110011110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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