#3B132A

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

Shades of Blackberry #3B132A

Tints of Blackberry #3B132A

Color information

#3B132A (or 0x3B132A) is unknown color: approx Blackberry. HEX triplet: 3B, 13 and 2A. RGB value is (59,19,42). Sum of RGB (Red+Green+Blue) = 59+19+42=120 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.17% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 59 - color contains mainly: red. Hex color #3B132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B132A is #C4ECD5. Grayscale: #212121. Windows color (decimal): -12905686 or 2757435. OLE color: 2757435.

HSL color Cylindrical-coordinate representation of color #3B132A: hue angle of 325.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B132A is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.77.

Color convert

RGB591942-
CMYK00.680.290.77
HSL325.5º51.28%15.29%-
HSV(B)325.5º67.8%23.14%-
XYZ2.451.562.36-
YUV33.58132.75146.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 49.17%
GREEN value IS 19 (7.81% from 255) = 15.83%
BLUE value IS 42 (16.80% from 255) = 35%
R=49.17%
G=15.83%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59194200.680.290.77325.551.2815.29
Hex3B132A0441D4D14633f
Octal7323520104351155066317
Binary11101110011101010010001001110110011011010001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,19,42); }

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

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

 a { background-color: rgb(59,19,42); }

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

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

 span { border-color: rgb(59,19,42); }

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