#2B051D

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

Shades of Blackberry #2B051D

Tints of Blackberry #2B051D

Color information

#2B051D (or 0x2B051D) is unknown color: approx Blackberry. HEX triplet: 2B, 05 and 1D. RGB value is (43,5,29). Sum of RGB (Red+Green+Blue) = 43+5+29=77 (10% of max value = 765). Red value is 43 (17.19% from 255 or 55.84% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 43 - color contains mainly: red. Hex color #2B051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B051D is #D4FAE2. Grayscale: #131313. Windows color (decimal): -13957859 or 1901867. OLE color: 1901867.

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

Color convert

RGB43529-
CMYK00.880.330.83
HSL322.11º79.17%9.41%-
HSV(B)322.11º88.37%16.86%-
XYZ1.270.711.23-
YUV19.1133.59145.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 55.84%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 29 (11.72% from 255) = 37.66%
R=55.84%
G=6.49%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4352900.880.330.83322.1179.179.41
Hex2B51D05821531424f9
Octal5353501304112350211711
Binary1010111011110101011000100001101001110100001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,5,29); }

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

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

 a { background-color: rgb(43,5,29); }

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

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

 span { border-color: rgb(43,5,29); }

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