#3C192E

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

Shades of Blackberry #3C192E

Tints of Blackberry #3C192E

Color information

#3C192E (or 0x3C192E) is unknown color: approx Blackberry. HEX triplet: 3C, 19 and 2E. RGB value is (60,25,46). Sum of RGB (Red+Green+Blue) = 60+25+46=131 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.80% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 60 - color contains mainly: red. Hex color #3C192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C192E is #C3E6D1. Grayscale: #252525. Windows color (decimal): -12838610 or 3021116. OLE color: 3021116.

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

Color convert

RGB602546-
CMYK00.580.230.76
HSL324º41.18%16.67%-
HSV(B)324º58.33%23.53%-
XYZ2.71.852.8-
YUV37.86132.6143.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 45.80%
GREEN value IS 25 (10.16% from 255) = 19.08%
BLUE value IS 46 (18.36% from 255) = 35.11%
R=45.80%
G=19.08%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60254600.580.230.7632441.1816.67
Hex3C192E03A174C1442911
Octal743156072271145045121
Binary11110011001101110011101010111100110010100010010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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