#3B1031

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

Shades of Blackberry #3B1031

Tints of Blackberry #3B1031

Color information

#3B1031 (or 0x3B1031) is unknown color: approx Blackberry. HEX triplet: 3B, 10 and 31. RGB value is (59,16,49). Sum of RGB (Red+Green+Blue) = 59+16+49=124 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.58% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1031 is #C4EFCE. Grayscale: #202020. Windows color (decimal): -12906447 or 3215419. OLE color: 3215419.

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

Color convert

RGB591649-
CMYK00.730.170.77
HSL313.95º57.33%14.71%-
HSV(B)313.95º72.88%23.14%-
XYZ2.541.523.07-
YUV32.62137.25146.82-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 47.58%
GREEN value IS 16 (6.64% from 255) = 12.90%
BLUE value IS 49 (19.53% from 255) = 39.52%
R=47.58%
G=12.90%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59164900.730.170.77313.9557.3314.71
Hex3B1031049114D13a39f
Octal7320610111211154727117
Binary11101110000110001010010011000110011011001110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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