#3B192C

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

Shades of Blackberry #3B192C

Tints of Blackberry #3B192C

Color information

#3B192C (or 0x3B192C) is unknown color: approx Blackberry. HEX triplet: 3B, 19 and 2C. RGB value is (59,25,44). Sum of RGB (Red+Green+Blue) = 59+25+44=128 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.09% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 59 - color contains mainly: red. Hex color #3B192C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B192C is #C4E6D3. Grayscale: #252525. Windows color (decimal): -12904148 or 2890043. OLE color: 2890043.

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

Color convert

RGB592544-
CMYK00.580.250.77
HSL326.47º40.48%16.47%-
HSV(B)326.47º57.63%23.14%-
XYZ2.611.812.59-
YUV37.33131.76143.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 46.09%
GREEN value IS 25 (10.16% from 255) = 19.53%
BLUE value IS 44 (17.58% from 255) = 34.38%
R=46.09%
G=19.53%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59254400.580.250.77326.4740.4816.47
Hex3B192C03A194D1462810
Octal733154072311155065020
Binary11101111001101100011101011001100110110100011010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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