#3B192E

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

Shades of Blackberry #3B192E

Tints of Blackberry #3B192E

Color information

#3B192E (or 0x3B192E) is unknown color: approx Blackberry. HEX triplet: 3B, 19 and 2E. RGB value is (59,25,46). Sum of RGB (Red+Green+Blue) = 59+25+46=130 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.38% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 59 - color contains mainly: red. Hex color #3B192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B192E is #C4E6D1. Grayscale: #252525. Windows color (decimal): -12904146 or 3021115. OLE color: 3021115.

HSL color Cylindrical-coordinate representation of color #3B192E: hue angle of 322.94º 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 #3B192E is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB592546-
CMYK00.580.220.77
HSL322.94º40.48%16.47%-
HSV(B)322.94º57.63%23.14%-
XYZ2.641.822.8-
YUV37.56132.76143.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 45.38%
GREEN value IS 25 (10.16% from 255) = 19.23%
BLUE value IS 46 (18.36% from 255) = 35.38%
R=45.38%
G=19.23%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59254600.580.220.77322.9440.4816.47
Hex3B192E03A164D1432810
Octal733156072261155035020
Binary11101111001101110011101010110100110110100001110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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