#3B2131

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

Shades of Blackberry #3B2131

Tints of Blackberry #3B2131

Color information

#3B2131 (or 0x3B2131) is unknown color: approx Blackberry. HEX triplet: 3B, 21 and 31. RGB value is (59,33,49). Sum of RGB (Red+Green+Blue) = 59+33+49=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2131 is #C4DECE. Grayscale: #2A2A2A. Windows color (decimal): -12902095 or 3219771. OLE color: 3219771.

HSL color Cylindrical-coordinate representation of color #3B2131: hue angle of 323.08º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B2131 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB593349-
CMYK00.440.170.77
HSL323.08º28.26%18.04%-
HSV(B)323.08º44.07%23.14%-
XYZ2.92.243.19-
YUV42.6131.61139.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.84%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 49 (19.53% from 255) = 34.75%
R=41.84%
G=23.40%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59334900.440.170.77323.0828.2618.04
Hex3B213102C114D1431c12
Octal734161054211155033422
Binary11101110000111000101011001000110011011010000111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,33,49); }

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

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

 a { background-color: rgb(59,33,49); }

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

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

 span { border-color: rgb(59,33,49); }

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