#3B1931

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

Shades of Blackberry #3B1931

Tints of Blackberry #3B1931

Color information

#3B1931 (or 0x3B1931) is unknown color: approx Blackberry. HEX triplet: 3B, 19 and 31. RGB value is (59,25,49). Sum of RGB (Red+Green+Blue) = 59+25+49=133 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.36% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1931 is #C4E6CE. Grayscale: #252525. Windows color (decimal): -12904143 or 3217723. OLE color: 3217723.

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

Color convert

RGB592549-
CMYK00.580.170.77
HSL317.65º40.48%16.47%-
HSV(B)317.65º57.63%23.14%-
XYZ2.711.853.12-
YUV37.9134.26143.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 44.36%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 49 (19.53% from 255) = 36.84%
R=44.36%
G=18.80%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59254900.580.170.77317.6540.4816.47
Hex3B193103A114D13e2810
Octal733161072211154765020
Binary11101111001110001011101010001100110110011111010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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