#2D051B

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

Shades of Blackberry #2D051B

Tints of Blackberry #2D051B

Color information

#2D051B (or 0x2D051B) is unknown color: approx Blackberry. HEX triplet: 2D, 05 and 1B. RGB value is (45,5,27). Sum of RGB (Red+Green+Blue) = 45+5+27=77 (10% of max value = 765). Red value is 45 (17.97% from 255 or 58.44% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 45 - color contains mainly: red. Hex color #2D051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D051B is #D2FAE4. Grayscale: #131313. Windows color (decimal): -13826789 or 1770797. OLE color: 1770797.

HSL color Cylindrical-coordinate representation of color #2D051B: hue angle of 327º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D051B is Cyan = 0, Magento = 0.89, Yellow = 0.4 and Black (K on CMYK) = 0.82.

Color convert

RGB45527-
CMYK00.890.40.82
HSL327º80%9.8%-
HSV(B)327º88.89%17.65%-
XYZ1.330.751.11-
YUV19.47132.25146.21-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 58.44%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 27 (10.94% from 255) = 35.06%
R=58.44%
G=6.49%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.4
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4552700.890.40.82327809.8
Hex2D51B059285214750a
Octal5553301315012250712012
Binary1011011011101101011001101000101001010100011110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,5,27); }

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

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

 a { background-color: rgb(45,5,27); }

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

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

 span { border-color: rgb(45,5,27); }

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