#3B0B2B

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

Shades of Blackberry #3B0B2B

Tints of Blackberry #3B0B2B

Color information

#3B0B2B (or 0x3B0B2B) is unknown color: approx Blackberry. HEX triplet: 3B, 0B and 2B. RGB value is (59,11,43). Sum of RGB (Red+Green+Blue) = 59+11+43=113 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.21% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0B2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0B2B is #C4F4D4. Grayscale: #1C1C1C. Windows color (decimal): -12907733 or 2820923. OLE color: 2820923.

HSL color Cylindrical-coordinate representation of color #3B0B2B: hue angle of 320º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B0B2B is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.77.

Color convert

RGB591143-
CMYK00.810.270.77
HSL320º68.57%13.73%-
HSV(B)320º81.36%23.14%-
XYZ2.361.342.42-
YUV29135.9149.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 52.21%
GREEN value IS 11 (4.69% from 255) = 9.73%
BLUE value IS 43 (17.19% from 255) = 38.05%
R=52.21%
G=9.73%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59114300.810.270.7732068.5713.73
Hex3BB2B0511B4D14045e
Octal73135301213311550010516
Binary11101110111010110101000111011100110110100000010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B0B2B; }

 p { color: rgb(59,11,43); }

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

<style>
 a { background-color: #3B0B2B; }

 a { background-color: rgb(59,11,43); }

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

<style>
 span { border-color: #3B0B2B; }

 span { border-color: rgb(59,11,43); }

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