#2B001D

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

Shades of Blackberry #2B001D

Tints of Blackberry #2B001D

Color information

#2B001D (or 0x2B001D) is unknown color: approx Blackberry. HEX triplet: 2B, 00 and 1D. RGB value is (43,0,29). Sum of RGB (Red+Green+Blue) = 43+0+29=72 (9% of max value = 765). Red value is 43 (17.19% from 255 or 59.72% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 43 - color contains mainly: red. Hex color #2B001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B001D is #D4FFE2. Grayscale: #101010. Windows color (decimal): -13959139 or 1900587. OLE color: 1900587.

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

Color convert

RGB43029-
CMYK010.330.83
HSL319.53º100%8.43%-
HSV(B)319.53º100%16.86%-
XYZ1.220.61.21-
YUV16.16135.25147.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 59.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 40.28%
R=59.72%
G=0%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43029010.330.83319.531008.43
Hex2B01D0642153140648
Octal5303501444112350014410
Binary10101101110101100100100001101001110100000011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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