#3C192B

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

Shades of Blackberry #3C192B

Tints of Blackberry #3C192B

Color information

#3C192B (or 0x3C192B) is unknown color: approx Blackberry. HEX triplet: 3C, 19 and 2B. RGB value is (60,25,43). Sum of RGB (Red+Green+Blue) = 60+25+43=128 (16% of max value = 765). Red value is 60 (23.83% from 255 or 46.88% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 60 - color contains mainly: red. Hex color #3C192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C192B is #C3E6D4. Grayscale: #252525. Windows color (decimal): -12838613 or 2824508. OLE color: 2824508.

HSL color Cylindrical-coordinate representation of color #3C192B: hue angle of 329.14º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C192B is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.76.

Color convert

RGB602543-
CMYK00.580.280.76
HSL329.14º41.18%16.67%-
HSV(B)329.14º58.33%23.53%-
XYZ2.651.832.5-
YUV37.52131.1144.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 46.88%
GREEN value IS 25 (10.16% from 255) = 19.53%
BLUE value IS 43 (17.19% from 255) = 33.59%
R=46.88%
G=19.53%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60254300.580.280.76329.1441.1816.67
Hex3C192B03A1C4C1492911
Octal743153072341145115121
Binary11110011001101011011101011100100110010100100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,25,43); }

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

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

 a { background-color: rgb(60,25,43); }

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

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

 span { border-color: rgb(60,25,43); }

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